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
  • Loading branch information
hsbt committed Jan 24, 2024
1 parent b31a538 commit 4c336ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 Down

0 comments on commit 4c336ac

Please sign in to comment.