Skip to content

Commit

Permalink
remove arch, use macos-13-xlarge for Apple M1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Nov 11, 2023
1 parent 96e5e35 commit b34bd93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-13", "macos-12", "macos-11"]
arch: ["arm64", "x86_64"]
os: ["macos-11", "macos-12", "macos-13", "macos-13-xlarge"]
steps:
- name: "Install required packages"
run: brew install automake
Expand Down

0 comments on commit b34bd93

Please sign in to comment.