Skip to content

Commit 5affac0

Browse files
chore: bump xcode (#213)
1 parent d5bc158 commit 5affac0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
- name: Switch XCode Version
3535
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
3636
with:
37-
# (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now.
38-
# I've already reached out, so hopefully this comment will soon be obsolete.
39-
xcode-version: "16.0.0"
37+
xcode-version: "16.4.0"
4038

4139
- name: Setup Nix
4240
uses: ./.github/actions/nix-devshell
@@ -57,9 +55,7 @@ jobs:
5755
- name: Switch XCode Version
5856
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
5957
with:
60-
# (ThomasK33): depot.dev does not yet support Xcode 16.1 or 16.2 GA, thus we're stuck with 16.0.0 for now.
61-
# I've already reached out, so hopefully this comment will soon be obsolete.
62-
xcode-version: "16.0.0"
58+
xcode-version: "16.4.0"
6359

6460
- name: Setup Nix
6561
uses: ./.github/actions/nix-devshell

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Switch XCode Version
4444
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
4545
with:
46-
xcode-version: "16.0.0"
46+
xcode-version: "16.4.0"
4747

4848
- name: Setup Nix
4949
uses: ./.github/actions/nix-devshell

0 commit comments

Comments
 (0)