We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-13
1 parent 3657c9f commit 3816263Copy full SHA for 3816263
.github/workflows/build-on-macOS.yml
@@ -4,7 +4,7 @@
4
# Contributors : Nul None <[email protected]>
5
# |
6
# Created On : <2023-09-15>
7
-# Last Modified : <2025-09-12>
+# Last Modified : <2025-12-18>
8
#
9
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
10
# ---------------------------------------------------------------
@@ -48,7 +48,9 @@ jobs:
48
49
50
on-x64:
51
- runs-on: macos-13 # macos-14 is AArch64(ARMv8-A)
+ # macos-13 是 x64,macos-14 是 AArch64(ARMv8-A)
52
+ # 但是 macos-13 已经于 2025-12-04 下线
53
+ runs-on: macos-15-intel
54
55
steps:
56
- name: 检出代码
0 commit comments