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 652d825
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Homepage = "http://github.com/gedaskir/qmeq"

[tool.cibuildwheel]
build = [
"cp38-*",
"cp39-*",
"cp310-*",
"cp311-*",
Expand Down
4 changes: 4 additions & 0 deletions scripts/cibw_before_all_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ 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

clang --version

0 comments on commit 652d825

Please sign in to comment.