mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-19 19:44:18 +00:00
build: upgrade apple runner to macos 14 (#2185)
macos-13 will be deprecated
This commit is contained in:
parent
5feebb31d2
commit
d561ec5f14
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ aarch64-pc-windows-msvc = "windows-latest"
|
|||
[dist.github-custom-runners.x86_64-apple-darwin]
|
||||
# Use Intel Mac runner to build Intel binary.
|
||||
# This is the dist default but we want to explicitly pin it.
|
||||
runner = "macos-13"
|
||||
# The macOS 13 runner image will be retired by December 4th, 2025.
|
||||
runner = "macos-14"
|
||||
|
||||
[dist.github-custom-runners.aarch64-apple-darwin]
|
||||
# Use ARM Mac runner to build ARM binary (not strictly required, but nice).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue