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
+3 -2
View File
@@ -22,7 +22,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:
@@ -68,4 +69,4 @@ jobs:
summary: true
display-options: fEX
fail-on-empty: false
title: Lab Test Results
title: Lab Test Results