Skip to content

Commit

Permalink
Fix macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Dec 22, 2022
1 parent e226fcd commit d0c7161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
macOS:
name: macOS
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v1
with:
Expand All @@ -140,7 +140,7 @@ jobs:
- name: Install prerequisites
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install twine
python3 -m pip install twine wheel
python3 -m pip install --user delocate
- name: Create wheel
Expand Down

0 comments on commit d0c7161

Please sign in to comment.