Skip to content

Commit 94579ff

Browse files
committed
(ci) Update macOS to Xcode 15
1 parent 01e2fff commit 94579ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ci/github-actions/jobs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ envs:
4646
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
4747
MACOSX_DEPLOYMENT_TARGET: 10.12
4848
MACOSX_STD_DEPLOYMENT_TARGET: 10.12
49-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
49+
SELECT_XCODE: /Applications/Xcode_15.2.app
5050
NO_LLVM_ASSERTIONS: 1
5151
NO_DEBUG_ASSERTIONS: 1
5252
NO_OVERFLOW_CHECKS: 1
@@ -284,7 +284,7 @@ auto:
284284
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
285285
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
286286
MACOSX_DEPLOYMENT_TARGET: 10.12
287-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
287+
SELECT_XCODE: /Applications/Xcode_15.2.app
288288
NO_LLVM_ASSERTIONS: 1
289289
NO_DEBUG_ASSERTIONS: 1
290290
NO_OVERFLOW_CHECKS: 1
@@ -300,7 +300,7 @@ auto:
300300
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
301301
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
302302
MACOSX_DEPLOYMENT_TARGET: 10.12
303-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
303+
SELECT_XCODE: /Applications/Xcode_15.2.app
304304
NO_LLVM_ASSERTIONS: 1
305305
NO_DEBUG_ASSERTIONS: 1
306306
NO_OVERFLOW_CHECKS: 1
@@ -329,7 +329,7 @@ auto:
329329
--set llvm.ninja=false
330330
--set rust.lto=thin
331331
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
332-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
332+
SELECT_XCODE: /Applications/Xcode_15.4.app
333333
USE_XCODE_CLANG: 1
334334
MACOSX_DEPLOYMENT_TARGET: 11.0
335335
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
@@ -349,7 +349,7 @@ auto:
349349
--enable-profiler
350350
--set rust.jemalloc
351351
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
352-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
352+
SELECT_XCODE: /Applications/Xcode_15.4.app
353353
USE_XCODE_CLANG: 1
354354
MACOSX_DEPLOYMENT_TARGET: 11.0
355355
MACOSX_STD_DEPLOYMENT_TARGET: 11.0

0 commit comments

Comments
 (0)