mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
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:
committed by
GitHub
Unverified
parent
170c2c715a
commit
21a60aeb35
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user