Skip to content

Commit

Permalink
Merge pull request #538 from mavlink/fix-ci-macos
Browse files Browse the repository at this point in the history
Fix macos ci
  • Loading branch information
julianoes authored Dec 23, 2022
2 parents 3775c02 + d0c7161 commit c493e52
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 c493e52

Please sign in to comment.