We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d042d commit 3be51abCopy full SHA for 3be51ab
1 file changed
.github/workflows/app-tests.yaml
@@ -34,8 +34,8 @@ jobs:
34
fail-fast: false
35
matrix:
36
#os: ["ubuntu-latest", "windows-latest", "macos-latest-xlarge", "macos-13"]
37
- os: ["macos-13"]
38
- python_version: ["3.10"]
+ os: ["macos-latest-xlarge"]
+ python_version: ["3.11"]
39
#python_version: ["3.10", "3.11", "3.12"]
40
exclude:
41
- os: macos-latest-xlarge
0 commit comments