Skip to content

Commit d14039c

Browse files
authored
Merge pull request #285 from ruby/use-latest-version-of-macos
Use macos-arm-oss and latest versions for test and benchmark CI
2 parents 080f9b2 + 26bc499 commit d14039c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ 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:
3435
- { os: windows-latest , ruby: mingw }
3536
- { os: windows-latest , ruby: mswin }
3637
exclude:
38+
- { os: macos-arm-oss , ruby: "2.5" }
3739
- { os: windows-latest , ruby: debug }
3840
- { os: windows-latest , ruby: truffleruby }
3941
- { os: windows-latest , ruby: truffleruby-head }

0 commit comments

Comments
 (0)