Skip to content

Commit 9712be1

Browse files
author
dn.petrov
committed
test=5
1 parent 72052e8 commit 9712be1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/actions/prepare_snap7/action.yml

+6
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ runs:
3131

3232
- name: Update wheel
3333
shell: bash
34+
if: ${{ runner.os != 'macOS'}}
35+
run: python3 -m pip install --upgrade pip wheel build setuptools
36+
37+
- name: Update wheel
38+
shell: bash
39+
if: ${{ runner.os == 'macOS'}}
3440
run: python3 -m pip install --upgrade pip wheel build setuptools --break-system-packages

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
osx-build:
5858
name: Build wheel for osx
59-
runs-on: macos-latest
59+
runs-on: macos-11
6060
steps:
6161
- name: Checkout
6262
uses: actions/checkout@v3

0 commit comments

Comments
 (0)