We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c994e commit 9dece94Copy full SHA for 9dece94
1 file changed
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
python: ["3.9", "3.10", "3.11"]
12
- os: [ubuntu-latest, macos-latest, windows-2019]
+ os: [ubuntu-latest, macos-13, windows-2019]
13
runs-on: ${{ matrix.os }}
14
env:
15
OS: ${{ matrix.os }}
0 commit comments