Skip to content

Commit 6914ac8

Browse files
committed
Exclude 3.10 from macos arm64, they dont work
1 parent 670b83e commit 6914ac8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
matrix:
3030
os: ["ubuntu-latest", "macos-26", "windows-latest"]
3131
python_version: ["3.10", "3.11", "3.12"]
32+
exclude:
33+
- os: macos-26
34+
python_version: "3.10"
3235
env:
3336
UV_SYSTEM_PYTHON: 1
3437
POSTGRES_HOST: localhost

0 commit comments

Comments
 (0)