Skip to content

Commit faaa397

Browse files
committed
chore(ci): Upgrade macos to 14 (13 is deprecated)
1 parent 258be19 commit faaa397

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
strategy:
154154
matrix:
155155
node-version: [22.x]
156-
os-version: ["macos-13"]
156+
os-version: ["macos-14"]
157157
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
158158
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
159159
include:
@@ -678,7 +678,7 @@ jobs:
678678
tar_executable: tar
679679
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
680680
- target: x86_64-apple-darwin
681-
os: macos-13
681+
os: macos-14
682682
executable_name: cubestored
683683
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.
684684
strip: false

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# cubestored.exe: CantPackException: superfluous data between sections
181181
compress: false
182182
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
183-
- os: macos-13
183+
- os: macos-14
184184
target: x86_64-apple-darwin
185185
executable_name: cubestored
186186
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# cubestored.exe: CantPackException: superfluous data between sections
120120
compress: false
121121
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
122-
- os: macos-13
122+
- os: macos-14
123123
target: x86_64-apple-darwin
124124
executable_name: cubestored
125125
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.

0 commit comments

Comments
 (0)