Skip to content

Commit 92aece5

Browse files
hsbteregon
authored andcommitted
Also removed deprecated ubuntu-18.04
1 parent db791aa commit 92aece5

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
20+
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
2121
ruby: [
2222
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', ruby-head,
2323
jruby, jruby-head,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
4242

4343
| Operating System | Supported |
4444
| ---------------- | --------- |
45-
| Ubuntu | `ubuntu-18.04`, `ubuntu-20.04`, `ubuntu-22.04` |
45+
| Ubuntu | `ubuntu-20.04`, `ubuntu-22.04` |
4646
| macOS | `macos-11`, `macos-12` |
4747
| Windows | `windows-2019`, `windows-2022` |
4848

common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ function getImageOS() {
160160
}
161161

162162
export const supportedPlatforms = [
163-
'ubuntu-18.04',
164163
'ubuntu-20.04',
165164
'ubuntu-22.04',
166165
'macos-11',

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)