Change test to run on macos x64 and arm64

This commit is contained in:
James R. Barlow
2024-05-11 00:13:08 -07:00
parent f25fb8c63a
commit 205593445e
+1 -1
View File
@@ -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: