Python: skip macos-latest in gatekeeper (#989)

* update

* tmp change to test ci

* Update

* Update

* update

* Just update the matrix
This commit is contained in:
Eric Zhu
2025-09-29 17:16:52 -07:00
committed by GitHub
Unverified
parent 170c2c715a
commit 21a60aeb35
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO(ekzhu): re-enable macos-latest when this is fixed: https://github.com/actions/runner-images/issues/11881
os: [ubuntu-latest, windows-latest]
env:
UV_PYTHON: ${{ matrix.python-version }}
permissions: