Skip to content

Commit b596f7d

Browse files
committed
Bump Xcode version
Signed-off-by: fortmarek <[email protected]>
1 parent ee2ec82 commit b596f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
macOS:
1616
runs-on: macos-14
1717
env:
18-
XCODE_VERSION: ${{ '14.1' }}
18+
XCODE_VERSION: ${{ '16.4' }}
1919
steps:
2020
- name: Select Xcode
2121
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Add macOS binaries to release
1515
runs-on: macos-14
1616
env:
17-
XCODE_VERSION: ${{ '14.1' }}
17+
XCODE_VERSION: ${{ '16.4' }}
1818
steps:
1919
- name: Select Xcode
2020
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"

0 commit comments

Comments
 (0)