Skip to content

Commit 2e00740

Browse files
committed
Remove support for ubuntu-20.04
* It's gone: actions/runner-images#11101
1 parent 7200295 commit 2e00740

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
4949

5050
| Operating System | Supported |
5151
| ---------------- | --------- |
52-
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04`, `ubuntu-24.04`, `ubuntu-22.04-arm`, `ubuntu-24.04-arm` |
52+
| Ubuntu | `ubuntu-22.04`, `ubuntu-24.04`, `ubuntu-22.04-arm`, `ubuntu-24.04-arm` |
5353
| macOS | `macos-13` and newer versions |
5454
| Windows | `windows-2019`, `windows-2022` |
5555

common.js

-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ export async function hashFile(file) {
171171

172172
// macos is not listed explicitly, see below
173173
const GitHubHostedPlatforms = [
174-
'ubuntu-20.04-x64',
175174
'ubuntu-22.04-x64',
176175
'ubuntu-22.04-arm64',
177176
'ubuntu-24.04-x64',

dist/index.js

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)