Skip to content

Commit

Permalink
Fix CI by explicit use of macos-13 instead of -latest. (#131)
Browse files Browse the repository at this point in the history
macos-latest no longer supports Ruby < 2.7 due to architectural changes.
  • Loading branch information
ioquatix authored Jun 8, 2024
1 parent d1dbce8 commit 7675115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7675115

Please sign in to comment.