Skip to content

Commit

Permalink
Use macos-arm-oss(=macos-13) and macos-12 runners instead of macos-11 (
Browse files Browse the repository at this point in the history
…#82)

This is same as ruby/fiddle#137
  • Loading branch information
hsbt authored Jan 24, 2024
1 parent b31a538 commit 42983f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11.0
- macos-12
- macos-arm-oss
ruby: [ '2.7', '3.0', '3.1', '3.2', 'debug', 'head' ]
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +26,7 @@ jobs:
run: bundle exec rake build
- uses: actions/upload-artifact@v4
if: >-
matrix.os == 'macos-11.0' &&
matrix.os == 'macos-12' &&
matrix.ruby == '3.2'
with:
name: gem-${{ matrix.os }}-${{ matrix.ruby }}
Expand Down

0 comments on commit 42983f8

Please sign in to comment.