Skip to content

Commit 310cb15

Browse files
committed
Use macos-arm-oss and latest versions for test and benchmark CI
1 parent 080f9b2 commit 310cb15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
matrix:
2828
os:
2929
- ubuntu-latest
30-
- macos-11
30+
- macos-latest
31+
- macos-arm-oss
3132
- windows-latest
3233
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
3334
include:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31+
- macos-arm-oss
3132
- windows-latest
3233
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
3334
include:

0 commit comments

Comments
 (0)