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