Skip to content

Commit 1b0a5b7

Browse files
committed
chore(ci): Upgrade macos to 15 for Intel (13 is deprecated) (#10151)
1 parent 3cf966f commit 1b0a5b7

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,17 @@ jobs:
155155
strategy:
156156
matrix:
157157
node-version: [22.x]
158-
os-version: ["macos-13"]
159158
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
160159
python-version: ["3.9", "3.10", "3.11", "3.12", "fallback"]
161160
include:
162161
- target: x86_64-apple-darwin
162+
os-version: macos-15-intel
163163
package_target_arch: x64
164164
package_target_platform: darwin
165165
package_target_libc: unknown
166166
tar_executable: gtar
167167
- target: aarch64-apple-darwin
168+
os-version: macos-14
168169
package_target_arch: arm64
169170
package_target_platform: darwin
170171
package_target_libc: unknown
@@ -684,7 +685,7 @@ jobs:
684685
tar_executable: tar
685686
# Please use minimal possible version of macOS, because it produces constraint on libstdc++
686687
- target: x86_64-apple-darwin
687-
os: macos-13
688+
os: macos-15-intel
688689
executable_name: cubestored
689690
# upx has been disabled because it is crashing for macOS Ventura or above! It was disabled on 2024-09-05.
690691
strip: false

.github/workflows/rust-cubesql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,25 @@ jobs:
232232
matrix:
233233
# We do not need to test under all versions, we do it under linux
234234
node-version: [22.x]
235-
os-version: ["macos-14"]
236235
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
237236
include:
238237
- target: x86_64-apple-darwin
238+
os-version: macos-15-intel
239239
python-version: "3.9"
240240
- target: x86_64-apple-darwin
241+
os-version: macos-15-intel
241242
python-version: "3.10"
242243
- target: x86_64-apple-darwin
244+
os-version: macos-15-intel
243245
python-version: "3.11"
244246
- target: x86_64-apple-darwin
247+
os-version: macos-15-intel
245248
python-version: "3.12"
246249
- target: x86_64-apple-darwin
250+
os-version: macos-15-intel
247251
python-version: "fallback"
248252
- target: aarch64-apple-darwin
253+
os-version: macos-14
249254
python-version: "fallback"
250255
fail-fast: false
251256

.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-15-intel
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-15-intel
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.

rust/cubestore/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)