Skip to content

Commit

Permalink
Merge pull request #298 from ruby/remove-custom-runner
Browse files Browse the repository at this point in the history
Use macos-14 instead of macos-arm-oss
  • Loading branch information
hsbt authored Jul 5, 2024
2 parents ae3915b + 1cbff9f commit 35e3b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- macos-arm-oss
- macos-14
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- macos-arm-oss
- macos-14
- windows-latest
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
include:
- { os: windows-latest , ruby: mingw }
- { os: windows-latest , ruby: mswin }
exclude:
- { os: macos-latest , ruby: "2.5" }
- { os: macos-arm-oss , ruby: "2.5" }
- { os: macos-14 , 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 35e3b1a

Please sign in to comment.