Skip to content

Commit

Permalink
build macos
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Sep 6, 2024
1 parent 5c87848 commit e2d8279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-13", "windows-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
module: ["xoscar"]
exclude:
- { os: macos-13, python-version: 3.9}
- { os: macos-13, python-version: 3.10}
- { os: macos-latest, python-version: 3.9}
- { os: macos-latest, python-version: 3.10}
- { os: windows-latest, python-version: 3.9}
- { os: windows-latest, python-version: 3.10}
include:
Expand Down

0 comments on commit e2d8279

Please sign in to comment.