Skip to content

Commit d23ccc6

Browse files
run CI on both types of Mac
1 parent 118c7e7 commit d23ccc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ jobs:
2929
# Run all supported Python versions on linux
3030
python-version: ["3.9", "3.10", "3.11"]
3131
os: [ubuntu-latest]
32-
# Include one windows and macos run
32+
# Include one windows and ARM/Intel macos run
3333
include:
34-
- os: macos-latest
34+
- os: macos-13 # Intel Mac
35+
python-version: "3.10"
36+
- os: macos-latest # ARM Mac
3537
python-version: "3.10"
3638
- os: windows-latest
3739
python-version: "3.10"

0 commit comments

Comments
 (0)