Skip to content

Commit efd6b75

Browse files
committed
Bring back everything but Windows
1 parent b82e803 commit efd6b75

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/app-tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
#os: ["ubuntu-latest", "windows-latest", "macos-latest-xlarge", "macos-13"]
31-
os: ["windows-latest"]
32-
python_version: ["3.11"]
33-
#python_version: ["3.10", "3.11", "3.12"]
30+
os: ["ubuntu-latest", "macos-latest-xlarge", "macos-13"]
31+
python_version: ["3.10", "3.11", "3.12"]
3432
exclude:
3533
- os: macos-latest-xlarge
3634
python_version: "3.10"

0 commit comments

Comments
 (0)