We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118c7e7 commit d23ccc6Copy full SHA for d23ccc6
.github/workflows/test_and_deploy.yml
@@ -29,9 +29,11 @@ jobs:
29
# Run all supported Python versions on linux
30
python-version: ["3.9", "3.10", "3.11"]
31
os: [ubuntu-latest]
32
- # Include one windows and macos run
+ # Include one windows and ARM/Intel macos run
33
include:
34
- - os: macos-latest
+ - os: macos-13 # Intel Mac
35
+ python-version: "3.10"
36
+ - os: macos-latest # ARM Mac
37
python-version: "3.10"
38
- os: windows-latest
39
0 commit comments