Skip to content

Commit d6f34b3

Browse files
committed
16.1 actually
1 parent 8fcbe24 commit d6f34b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
# (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now.
3838
# I've already reached out, so hopefully this comment will soon be obsolete.
39-
xcode-version: "16.3.0"
39+
xcode-version: "16.1.0"
4040

4141
- name: Setup Nix
4242
uses: ./.github/actions/nix-devshell
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
# (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now.
6161
# I've already reached out, so hopefully this comment will soon be obsolete.
62-
xcode-version: "16.3.0"
62+
xcode-version: "16.1.0"
6363

6464
- name: Setup Nix
6565
uses: ./.github/actions/nix-devshell

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Switch XCode Version
4242
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
4343
with:
44-
xcode-version: "16.3.0"
44+
xcode-version: "16.1.0"
4545

4646
- name: Setup Nix
4747
uses: ./.github/actions/nix-devshell

0 commit comments

Comments
 (0)