Skip to content

Commit 7d8362e

Browse files
fix: use Xcode 16 instead of 26 (#19)
1 parent 040d62e commit 7d8362e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous_integration.yml

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

2121
- name: Set up XCode
22-
run: sudo xcode-select --switch /Applications/Xcode_26.2.app/Contents/Developer
22+
run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
2323

2424
- name: Bundle Install
2525
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)