Skip to content

Commit

Permalink
BLD: Fix macos build (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng authored Jul 29, 2024
1 parent 204e67b commit 5f7eb9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pull_request_rules:
- check-success=build_test_job (ubuntu-latest, 3.9, xoscar)
- check-success=build_test_job (ubuntu-latest, 3.10, xoscar)
- check-success=build_test_job (ubuntu-latest, 3.11, xoscar)
- check-success=build_test_job (macos-latest, 3.8, xoscar)
- check-success=build_test_job (macos-latest, 3.11, xoscar)
- check-success=build_test_job (macos-13, 3.8, xoscar)
- check-success=build_test_job (macos-13, 3.11, xoscar)
- check-success=build_test_job (windows-latest, 3.8, xoscar)
- check-success=build_test_job (windows-latest, 3.11, xoscar)
- check-success=codecov/project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
arch: [auto]
requires-python: [">=3.8,<3.10", ">=3.10,<3.12"]
include:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
module: ["xoscar"]
exclude:
- { os: macos-latest, python-version: 3.9}
- { os: macos-latest, python-version: 3.10}
- { os: macos-13, python-version: 3.9}
- { os: macos-13, 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 5f7eb9c

Please sign in to comment.