Skip to content

Commit e9fdf95

Browse files
authored
ci: Switch macos-12 runner to macos-13 (#9022)
macOS 12 runner is unsupported since 2024-12-03 See actions/runner-images#10721
1 parent 2b4bc9e commit e9fdf95

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
@@ -152,7 +152,7 @@ jobs:
152152
strategy:
153153
matrix:
154154
node-version: [20.x]
155-
os-version: ["macos-12"]
155+
os-version: ["macos-13"]
156156
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
157157
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
158158
include:
@@ -677,7 +677,7 @@ jobs:
677677
tar_executable: tar
678678
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
679679
- target: x86_64-apple-darwin
680-
os: macos-12
680+
os: macos-13
681681
executable_name: cubestored
682682
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.
683683
strip: false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
# cubestored.exe: CantPackException: superfluous data between sections
197197
compress: false
198198
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
199-
- os: macos-12
199+
- os: macos-13
200200
target: x86_64-apple-darwin
201201
executable_name: cubestored
202202
# 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
@@ -127,7 +127,7 @@ jobs:
127127
# cubestored.exe: CantPackException: superfluous data between sections
128128
compress: false
129129
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
130-
- os: macos-12
130+
- os: macos-13
131131
target: x86_64-apple-darwin
132132
executable_name: cubestored
133133
# 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)