From 9e9830eb0f0099063cf5ccb8d48a188a122c869f Mon Sep 17 00:00:00 2001 From: Zorg Date: Thu, 28 Dec 2023 15:17:11 -0500 Subject: [PATCH] Update CI runners to use Xcode 15.1 (#2484) --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/create-draft-release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b753a17258..826bc0c9e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,16 +10,16 @@ jobs: build: strategy: matrix: - xcode: ['xcode14.3.1', 'xcode15'] + xcode: ['xcode14.3.1', 'xcode15.1'] include: - - xcode: 'xcode15' - xcode-path: '/Applications/Xcode_15.0.app/Contents/Developer' - upload-dist: false + - xcode: 'xcode15.1' + xcode-path: '/Applications/Xcode_15.1.app/Contents/Developer' + upload-dist: true run-analyzer: true macos: 'macos-13' - xcode: 'xcode14.3.1' xcode-path: '/Applications/Xcode_14.3.1.app/Contents/Developer' - upload-dist: true + upload-dist: false run-analyzer: false macos: 'macos-13' diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index 83a60f270c..6a4b534310 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -2,7 +2,7 @@ name: "Create Draft Release" env: BUILDDIR: "build" - DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_15.1.app/Contents/Developer" on: workflow_dispatch: