Skip to content

Commit 42983f8

Browse files
authored
Use macos-arm-oss(=macos-13) and macos-12 runners instead of macos-11 (#82)
This is same as ruby/fiddle#137
1 parent b31a538 commit 42983f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os:
13-
- macos-11.0
13+
- macos-12
14+
- macos-arm-oss
1415
ruby: [ '2.7', '3.0', '3.1', '3.2', 'debug', 'head' ]
1516
steps:
1617
- uses: actions/checkout@v4
@@ -25,7 +26,7 @@ jobs:
2526
run: bundle exec rake build
2627
- uses: actions/upload-artifact@v4
2728
if: >-
28-
matrix.os == 'macos-11.0' &&
29+
matrix.os == 'macos-12' &&
2930
matrix.ruby == '3.2'
3031
with:
3132
name: gem-${{ matrix.os }}-${{ matrix.ruby }}

0 commit comments

Comments
 (0)