Skip to content

Commit 1cf8b3f

Browse files
mcheshkovovr
authored andcommitted
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 0e51c1f commit 1cf8b3f

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:
@@ -676,7 +676,7 @@ jobs:
676676
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
677677
tar_executable: tar
678678
- target: x86_64-apple-darwin
679-
os: macos-12
679+
os: macos-13
680680
executable_name: cubestored
681681
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.
682682
strip: false

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

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