From ceee765d3ee4a8cff9b7f0dfacf2b71d3f65af7d Mon Sep 17 00:00:00 2001 From: Tom Lokhorst Date: Mon, 4 Nov 2024 21:58:34 +0100 Subject: [PATCH] Update Xcode version in github workflows --- .github/workflows/checks.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0767836b..d86cb713 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -7,7 +7,7 @@ on: branches: '*' env: - DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode-16.0.0.app/Contents/Developer jobs: unit-tests: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80910b30..d836d964 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: created env: - DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode-16.0.0.app/Contents/Developer jobs: release-build: