Skip to content

Commit f8d4a47

Browse files
[CI] Bump macOS version
2 parents 42e808c + 5696949 commit f8d4a47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- project: 'TestXCFrameworks'
2525
- project: 'TestXCPods'
2626
fail-fast: false
27-
runs-on: macos-14
27+
runs-on: macos-15
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
steps:

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_platform :ios
22
skip_docs
33

4-
before_all do |lane|
4+
before_all do
55
setup_ci if is_ci
66
end
77

0 commit comments

Comments
 (0)