Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
szczepanskiNicolas committed Feb 23, 2024
1 parent c98596c commit 362e8d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: Install GCC
run: brew install gcc@12

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2

Expand Down

0 comments on commit 362e8d5

Please sign in to comment.