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.
2 parents 42e808c + 5696949 commit f8d4a47Copy full SHA for f8d4a47
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- project: 'TestXCFrameworks'
25
- project: 'TestXCPods'
26
fail-fast: false
27
- runs-on: macos-14
+ runs-on: macos-15
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
steps:
fastlane/Fastfile
@@ -1,7 +1,7 @@
1
default_platform :ios
2
skip_docs
3
4
-before_all do |lane|
+before_all do
5
setup_ci if is_ci
6
end
7
0 commit comments