Skip to content

Commit 2246e08

Browse files
committed
update macos runners
1 parent 31bc48f commit 2246e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ jobs:
244244
matrix:
245245
include:
246246
- target: aarch64-apple-darwin
247-
os: macos-14
247+
os: macos-14 # M1 CPU
248248
- target: debian-x86_64
249249
os: ubuntu-latest
250250
- target: x86_64-apple-darwin
251-
os: macos-14
251+
os: macos-13 # x64 CPU
252252
- target: x86_64-pc-windows-msvc
253253
os: windows-latest
254254
ext: '.exe'
@@ -297,7 +297,7 @@ jobs:
297297
matrix:
298298
include:
299299
- target: x86_64-apple-darwin
300-
os: macos-14
300+
os: macOS-latest
301301
- target: x86_64-pc-windows-msvc
302302
os: windows-latest
303303
ext: '.exe'

0 commit comments

Comments
 (0)