Skip to content

Commit 6f7192b

Browse files
committed
Exclude syntax
1 parent 71300e2 commit 6f7192b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
python_version: ["3.9", "3.10", "3.11", "3.12"]
3232
exclude:
3333
- os: macos-latest-xlarge
34-
python_version: ["3.9", "3.10"]
34+
python_version: "3.9"
35+
- os: macos-latest-xlarge
36+
python_version: "3.10"
3537
env:
3638
UV_SYSTEM_PYTHON: 1
3739
POSTGRES_HOST: localhost

0 commit comments

Comments
 (0)