Skip to content

Commit 7757d32

Browse files
ehusscuviper
authored andcommitted
(ci) Update macOS to Xcode 15
(cherry picked from commit 94579ff)
1 parent 71ed455 commit 7757d32

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
@@ -282,7 +282,7 @@ auto:
282282
RUST_CONFIGURE_ARGS: --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
283283
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
284284
MACOSX_DEPLOYMENT_TARGET: 10.12
285-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
285+
SELECT_XCODE: /Applications/Xcode_15.2.app
286286
NO_LLVM_ASSERTIONS: 1
287287
NO_DEBUG_ASSERTIONS: 1
288288
NO_OVERFLOW_CHECKS: 1
@@ -298,7 +298,7 @@ auto:
298298
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
299299
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
300300
MACOSX_DEPLOYMENT_TARGET: 10.12
301-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
301+
SELECT_XCODE: /Applications/Xcode_15.2.app
302302
NO_LLVM_ASSERTIONS: 1
303303
NO_DEBUG_ASSERTIONS: 1
304304
NO_OVERFLOW_CHECKS: 1
@@ -327,7 +327,7 @@ auto:
327327
--set llvm.ninja=false
328328
--set rust.lto=thin
329329
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
330-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
330+
SELECT_XCODE: /Applications/Xcode_15.4.app
331331
USE_XCODE_CLANG: 1
332332
MACOSX_DEPLOYMENT_TARGET: 11.0
333333
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
@@ -347,7 +347,7 @@ auto:
347347
--enable-profiler
348348
--set rust.jemalloc
349349
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
350-
SELECT_XCODE: /Applications/Xcode_14.3.1.app
350+
SELECT_XCODE: /Applications/Xcode_15.4.app
351351
USE_XCODE_CLANG: 1
352352
MACOSX_DEPLOYMENT_TARGET: 11.0
353353
MACOSX_STD_DEPLOYMENT_TARGET: 11.0

0 commit comments

Comments
 (0)