Skip to content

Commit

Permalink
Change test to run on macos x64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 11, 2024
1 parent f25fb8c commit 2055934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [macos-latest, macos-13] # macos-latest is arm64, macos-13 is x86_64
python: ["3.10", "3.11", "3.12"]

env:
Expand Down

0 comments on commit 2055934

Please sign in to comment.