Skip to content

Commit 84e1210

Browse files
Set correct MacOS Github runners
1 parent ef4810f commit 84e1210

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build-macos-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: workflow_dispatch
33

44
jobs:
55
build:
6-
runs-on: macos-latest
6+
runs-on: macos-13
77
steps:
88
- name: Check out repository code
99
uses: actions/checkout@v4

.github/workflows/build-macos-arm-28.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: workflow_dispatch
33

44
jobs:
55
build:
6-
runs-on: flyci-macos-large-latest-m1
6+
runs-on: macos-latest
77
steps:
88
- name: Check out repository code
99
uses: actions/checkout@v4
@@ -20,9 +20,6 @@ jobs:
2020
tar -xzf exiv2.tar.gz
2121
mv exiv2-0.28.3 libexiv2
2222
23-
- name: Install pipx
24-
run: pip install pipx
25-
2623
- name: Build wheels
2724
uses: pypa/[email protected]
2825
env:

0 commit comments

Comments
 (0)