Skip to content

Commit

Permalink
Use macos-arm-oss and latest versions for test and benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 24, 2024
1 parent 080f9b2 commit 310cb15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-11
- macos-latest
- macos-arm-oss
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- macos-arm-oss
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
Expand Down

0 comments on commit 310cb15

Please sign in to comment.