Skip to content

Commit

Permalink
Test for MacOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gediminas Kirsanskas committed May 4, 2024
1 parent bd88c0d commit 9f43b3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [macos-11]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ Homepage = "http://github.com/gedaskir/qmeq"

[tool.cibuildwheel]
build = [
"cp38-*",
"cp39-*",
"cp310-*",
"cp311-*",
"cp312-*"
Expand Down
5 changes: 5 additions & 0 deletions scripts/cibw_before_all_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ set -e -x
ln -sf /usr/local/bin/gcc-10 /usr/local/bin/gcc

gcc --version

# ln -sf $(brew --prefix llvm@15)/bin/clang /usr/local/bin/clang
ln -sf /usr/local/bin/gcc-10 /usr/local/bin/clang

clang --version

0 comments on commit 9f43b3f

Please sign in to comment.