Skip to content

Commit 4d88f85

Browse files
authored
Add support for macos-13 (#501)
1 parent 55283cc commit 4d88f85

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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-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, macos-13, 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-20.04`, `ubuntu-22.04` |
46-
| macOS | `macos-11`, `macos-12` |
46+
| macOS | `macos-11`, `macos-12`, `macos-13` |
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ const GitHubHostedPlatforms = [
163163
'ubuntu-22.04-x64',
164164
'macos-11-x64',
165165
'macos-12-x64',
166+
'macos-13-x64',
166167
'windows-2019-x64',
167168
'windows-2022-x64',
168169
]

dist/index.js

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

0 commit comments

Comments
 (0)