Skip to content

Commit af83719

Browse files
committed
CI: Use M1 runners wherever possible
Signed-off-by: Marek Kaput <[email protected]>
1 parent eba80ea commit af83719

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/_build-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
cross: true
4646

4747
- target: x86_64-apple-darwin
48-
os: macos-latest
48+
os: macos-13
4949

5050
- target: aarch64-apple-darwin
51-
os: macos-latest
51+
os: macos-14
5252

5353
- target: x86_64-pc-windows-msvc
5454
os: windows-latest
@@ -104,8 +104,8 @@ jobs:
104104
- target: x86_64-unknown-linux-gnu
105105
os: ubuntu-22.04
106106

107-
- target: x86_64-apple-darwin
108-
os: macos-12
107+
- target: aarch64-apple-darwin
108+
os: macos-14
109109

110110
- target: x86_64-pc-windows-msvc
111111
os: windows-2019

.github/workflows/_check-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: linux x86-64
3232
os: ubuntu-latest
3333
- name: macos x86-64
34-
os: macos-latest
34+
os: macos-14
3535
- name: windows x86-64
3636
os: windows-latest
3737
steps:

0 commit comments

Comments
 (0)