We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f7de1 commit 9de3b6bCopy full SHA for 9de3b6b
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: true
22
matrix:
23
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-13]
24
python_version: ["3.10", "3.11", "3.12"]
25
runs-on: ${{ matrix.os }}
26
0 commit comments