We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17e711f + 9647ccc commit f4224ecCopy full SHA for f4224ec
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
+ os: ['ubuntu-latest', 'macos-13', 'windows-latest']
10
python-version: ["3.7", "3.11"]
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments