-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ji Bin <[email protected]>
- Loading branch information
Showing
5 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
retention-days: 5 | ||
build_macos: | ||
name: Build Wheel - macOS | ||
runs-on: macos-11 | ||
runs-on: macos-12 | ||
env: | ||
CCACHE_DIR: ${{ github.workspace }}/.ccache | ||
CCACHE_COMPILERCHECK: content | ||
|
@@ -131,9 +131,9 @@ jobs: | |
cache: false | ||
- name: Build Wheel | ||
run: | | ||
python3 -m pip install --user build wheel 'setuptools>64.0' | ||
brew install coreutils | ||
timeout 10800 python3 -m build -w -n | ||
brew install coreutils [email protected] | ||
python3.8 -m pip install --user build wheel 'setuptools>64.0' | ||
timeout 10800 python3.8 -m build -w -n | ||
- uses: actions/cache/save@v3 | ||
if: always() | ||
with: | ||
|
@@ -272,7 +272,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: ["macos-11", "macos-12"] | ||
os: ["macos-12", "macos-13"] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters