Skip to content

Commit

Permalink
ci: test native installation on arm64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 25, 2024
1 parent b231f9d commit c49c789
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos]
os: [windows, macos-13, macos-14]
ruby: ["3.3", "3.2", "3.1", "3.0"]
include:
- os: macos
- os: macos-13
platform: x86_64-darwin
# # arm64-darwin installation testing is omitted until github actions supports it
# - os: macos
# platform: arm64-darwin
- os: macos-14
platform: arm64-darwin
- os: windows
ruby: "3.0"
platform: x64-mingw32
Expand Down

0 comments on commit c49c789

Please sign in to comment.