We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0dcf6 commit cd1dd6bCopy full SHA for cd1dd6b
1 file changed
.github/workflows/python-package.yml
@@ -13,7 +13,8 @@ jobs:
13
python-version: [3.7, 3.8, 3.9, '3.10']
14
os:
15
- ubuntu-latest
16
- - macOS-latest
+ - macos-13 # (non-M1)
17
+ - macos-latest # (M1)
18
- windows-latest
19
20
runs-on: ${{ matrix.os }}
0 commit comments