diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee602d8..365255e 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.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.0.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 c512991..d1d5d37 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.1.0" - name: Setup Nix uses: ./.github/actions/nix-devshell