From 67e69e5993897ff3b2a2133c619679deca05a7d2 Mon Sep 17 00:00:00 2001 From: Marcin Iwanicki Date: Sat, 5 Oct 2024 12:11:12 +0100 Subject: [PATCH] Bump Xcode to 16.0 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ce5f65..54bd6eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: - main env: - DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer" # Limit GITHUB_TOKEN permissions to read-only for repo contents # https://docs.github.com/en/actions/security-guides/automatic-token-authentication diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eebd0a4..8976b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: env: - DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer" # Limit GITHUB_TOKEN permissions to read-only for repo contents # https://docs.github.com/en/actions/security-guides/automatic-token-authentication