We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704c267 commit f3fc126Copy full SHA for f3fc126
.github/workflows/continuous_integration.yml
@@ -19,7 +19,7 @@ jobs:
19
run: brew link --overwrite swiftlint || brew install swiftlint
20
21
- name: Set up XCode
22
- run: sudo xcode-select --switch /Applications/Xcode_15.0.app
+ run: sudo xcode-select --switch /Applications/Xcode_16.0.app
23
24
- name: Bundle Install
25
run: bundle install
.github/workflows/prepare_release.yml
@@ -25,7 +25,7 @@ jobs:
26
27
28
29
30
- name: Set up Ruby
31
uses: ruby/setup-ruby@v1
0 commit comments