Skip to content

Commit c493e52

Browse files
authored
Merge pull request mavlink#538 from mavlink/fix-ci-macos
Fix macos ci
2 parents 3775c02 + d0c7161 commit c493e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
macOS:
127127
name: macOS
128-
runs-on: macos-latest
128+
runs-on: macos-12
129129
steps:
130130
- uses: actions/checkout@v1
131131
with:
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install prerequisites
141141
run: |
142142
python3 -m pip install -r requirements.txt
143-
python3 -m pip install twine
143+
python3 -m pip install twine wheel
144144
python3 -m pip install --user delocate
145145
146146
- name: Create wheel

0 commit comments

Comments
 (0)