Skip to content

Commit db791aa

Browse files
hsbteregon
authored andcommittedFeb 27, 2023
Removed macos-10.15 because it will be removed at 2023-03-31
1 parent d3c9825 commit db791aa

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-10.15, macos-11, macos-12, windows-2019, windows-2022 ]
20+
os: [ ubuntu-18.04, 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
@@ -43,7 +43,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
4343
| Operating System | Supported |
4444
| ---------------- | --------- |
4545
| Ubuntu | `ubuntu-18.04`, `ubuntu-20.04`, `ubuntu-22.04` |
46-
| macOS | `macos-10.15`, `macos-11`, `macos-12` |
46+
| macOS | `macos-11`, `macos-12` |
4747
| Windows | `windows-2019`, `windows-2022` |
4848

4949
The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder)

‎common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ export const supportedPlatforms = [
163163
'ubuntu-18.04',
164164
'ubuntu-20.04',
165165
'ubuntu-22.04',
166-
'macos-10.15',
167166
'macos-11',
168167
'macos-12',
169168
'windows-2019',

‎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)
Please sign in to comment.