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 e2d8279 commit 0bf9731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload to PyPI
on:
schedule:
# trigger build every day at 4:30 UTC
- cron: '0 7 * * *'
- cron: '30 4 * * *'
push:
tags:
- '*'
Expand All @@ -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 @@ -78,12 +78,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 0bf9731

Please sign in to comment.