From 0684250fe556bd8b445a550a8dbb03a1010f231a Mon Sep 17 00:00:00 2001 From: Luis Michaelis Date: Tue, 10 Dec 2024 11:48:48 +0100 Subject: [PATCH] fix(ci): update xcode to version 15 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05d05041..e4a874b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: xcode: - - '13' + - '15' build_type: [ 'Debug', 'Release' ] env: ASAN_OPTIONS: 'detect_container_overflow=0'