Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MIT-SPARK/ROBIN
Browse files Browse the repository at this point in the history
  • Loading branch information
LimHyungTae committed Feb 2, 2025
2 parents ea8518d + 091e456 commit 5bcc76e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, windows-2022, macos-15]
os: [ubuntu-20.04, windows-2022]

steps:
- uses: actions/checkout@v3
Expand All @@ -42,15 +42,7 @@ jobs:
CIBW_BUILD: "cp310-*"
with:
package-dir: ${{github.workspace}}/python/

# To handle OpenMP issue in MacOS
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install llvm
echo 'export CC=/opt/homebrew/opt/llvm/bin/clang' >> $GITHUB_ENV
echo 'export CXX=/opt/homebrew/opt/llvm/bin/clang++' >> $GITHUB_ENV

- name: Build all wheels
if: github.event_name == 'release'
uses: pypa/[email protected]
Expand Down

0 comments on commit 5bcc76e

Please sign in to comment.