We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c078bae commit 1e0b419Copy full SHA for 1e0b419
.github/workflows/continuous_integration.yml
@@ -25,7 +25,7 @@ jobs:
25
run: brew link --overwrite swiftlint || brew install swiftlint
26
27
- name: Set up XCode
28
- run: sudo xcode-select --switch /Applications/Xcode_26.1.1.app/Contents/Developer
+ run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
29
30
- name: Bundle Install
31
run: bundle install
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch: {}
5
6
env:
7
- XCODE_VERSION: 26.2
+ XCODE_VERSION: 16.4
8
NODE_VERSION: '24'
9
10
permissions:
0 commit comments