Skip to content

Commit 5f09487

Browse files
committed
Bring back the matrix
1 parent 7db7fcd commit 5f09487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
os: ["ubuntu-latest"]
37-
python_version: ["3.10"]
36+
os: ["ubuntu-latest", "windows-latest", "macos-latest-xlarge", "macos-13"]
37+
python_version: ["3.10", "3.11", "3.12"]
3838
exclude:
3939
- os: macos-latest-xlarge
4040
python_version: "3.10"

0 commit comments

Comments
 (0)