Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Dec 21, 2024
1 parent 6ec8137 commit 4fa626f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:

jobs:
build-python-sdk-macos:
runs-on: macos-latest
runs-on: macos-13
strategy:
fail-fast: true
matrix:
os-version:
- "11.0"
- "13.0"
- "14.0"
python:
- version: "3.7"
universal2: false
Expand Down

0 comments on commit 4fa626f

Please sign in to comment.