Skip to content

Commit

Permalink
Use different macos
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyeunpark committed Nov 27, 2023
1 parent aeff4ad commit a59d925
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build_wheels_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-12]
arch: [arm64]

steps:
Expand All @@ -46,14 +46,10 @@ jobs:
# MacOS specific build settings
CIBW_BEFORE_ALL_MACOS: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
eval "$(/usr/local/bin/brew shellenv)"
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# eval "$(/usr/local/bin/brew shellenv)"
echo "$(which brew)"
cd "$(brew --repository)/Library/Contributions/examples"
git clean -n # if this doesn't list anything that you want to keep, then
git clean -f # this will remove untracked files
# echo "$(which brew)"
brew fetch --force --bottle-tag=arm64_big_sur mpfr
brew install $(brew --cache --bottle-tag=arm64_big_sur mpfr)
Expand Down

0 comments on commit a59d925

Please sign in to comment.