We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbe191 commit 33e70b7Copy full SHA for 33e70b7
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
needs: package
47
strategy:
48
matrix:
49
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-13]
50
python-version: ['3.8', '3.11']
51
runs-on: ${{ matrix.os }}
52
steps:
0 commit comments