From 8fcbe2412b988ec5c88777690202d01876a356af Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Wed, 23 Apr 2025 18:25:18 +1000 Subject: [PATCH 1/2] chore: bump xcode version to 16.3.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee602d8d..5821e49e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: with: # (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now. # I've already reached out, so hopefully this comment will soon be obsolete. - xcode-version: "16.0.0" + xcode-version: "16.3.0" - name: Setup Nix uses: ./.github/actions/nix-devshell @@ -59,7 +59,7 @@ jobs: with: # (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now. # I've already reached out, so hopefully this comment will soon be obsolete. - xcode-version: "16.0.0" + xcode-version: "16.3.0" - name: Setup Nix uses: ./.github/actions/nix-devshell diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5129913..f5606dbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Switch XCode Version uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 with: - xcode-version: "16.0.0" + xcode-version: "16.3.0" - name: Setup Nix uses: ./.github/actions/nix-devshell From d6f34b38a0f641c1a905e0e80e525de8024e9dfd Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Wed, 23 Apr 2025 18:26:56 +1000 Subject: [PATCH 2/2] 16.1 actually --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5821e49e..365255e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: with: # (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now. # I've already reached out, so hopefully this comment will soon be obsolete. - xcode-version: "16.3.0" + xcode-version: "16.1.0" - name: Setup Nix uses: ./.github/actions/nix-devshell @@ -59,7 +59,7 @@ jobs: with: # (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now. # I've already reached out, so hopefully this comment will soon be obsolete. - xcode-version: "16.3.0" + xcode-version: "16.1.0" - name: Setup Nix uses: ./.github/actions/nix-devshell diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5606dbf..d1d5d37c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Switch XCode Version uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 with: - xcode-version: "16.3.0" + xcode-version: "16.1.0" - name: Setup Nix uses: ./.github/actions/nix-devshell