We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59aedf3 commit 5373b03Copy full SHA for 5373b03
1 file changed
.github/workflows/test-base.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
python-version: ["3.9", "3.10", "3.11", "3.12"]
11
- platform: [ubuntu-latest, macos-latest, windows-latest]
+ platform: [ubuntu-latest, macos-13, windows-latest]
12
13
runs-on: ${{matrix.platform}}
14
0 commit comments