Skip to content

Commit

Permalink
Merge pull request #285 from ruby/use-latest-version-of-macos
Browse files Browse the repository at this point in the history
Use macos-arm-oss and latest versions for test and benchmark CI
  • Loading branch information
hsbt authored Jan 24, 2024
2 parents 080f9b2 + 26bc499 commit d14039c
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- macos-arm-oss
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- { os: windows-latest , ruby: mingw }
- { os: windows-latest , ruby: mswin }
exclude:
- { os: macos-arm-oss , ruby: "2.5" }
- { os: windows-latest , ruby: debug }
- { os: windows-latest , ruby: truffleruby }
- { os: windows-latest , ruby: truffleruby-head }
Expand Down

0 comments on commit d14039c

Please sign in to comment.