We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4810f commit 84e1210Copy full SHA for 84e1210
.github/workflows/build-macos-28.yml
@@ -3,7 +3,7 @@ on: workflow_dispatch
3
4
jobs:
5
build:
6
- runs-on: macos-latest
+ runs-on: macos-13
7
steps:
8
- name: Check out repository code
9
uses: actions/checkout@v4
.github/workflows/build-macos-arm-28.yml
- runs-on: flyci-macos-large-latest-m1
+ runs-on: macos-latest
@@ -20,9 +20,6 @@ jobs:
20
tar -xzf exiv2.tar.gz
21
mv exiv2-0.28.3 libexiv2
22
23
- - name: Install pipx
24
- run: pip install pipx
25
-
26
- name: Build wheels
27
uses: pypa/[email protected]
28
env:
0 commit comments