Skip to content

Commit 1e0b419

Browse files
fix: use Xcode 16 instead of 26 (#45)
1 parent c078bae commit 1e0b419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: brew link --overwrite swiftlint || brew install swiftlint
2626

2727
- name: Set up XCode
28-
run: sudo xcode-select --switch /Applications/Xcode_26.1.1.app/Contents/Developer
28+
run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
2929

3030
- name: Bundle Install
3131
run: bundle install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch: {}
55

66
env:
7-
XCODE_VERSION: 26.2
7+
XCODE_VERSION: 16.4
88
NODE_VERSION: '24'
99

1010
permissions:

0 commit comments

Comments
 (0)