Skip to content

Commit 31bc48f

Browse files
committed
Update macos runner
1 parent d444b57 commit 31bc48f

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-latest
247+
os: macos-14
248248
- target: debian-x86_64
249249
os: ubuntu-latest
250250
- target: x86_64-apple-darwin
251-
os: macOS-latest
251+
os: macos-14
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-latest
300+
os: macos-14
301301
- target: x86_64-pc-windows-msvc
302302
os: windows-latest
303303
ext: '.exe'

0 commit comments

Comments
 (0)