We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecedc08 commit a45d051Copy full SHA for a45d051
.github/workflows/platform_test.yml
@@ -11,7 +11,7 @@ jobs:
11
if: "!contains(github.event.head_commit.message, 'ci skip')"
12
strategy:
13
matrix:
14
- os: [macos-13, windows-latest]
+ os: [macos-12, windows-latest]
15
python-version: [3.8, 3.9]
16
17
steps:
0 commit comments