Skip to content

Commit 11b026c

Browse files
[CI] Bump macos version on PRs (#707)
1 parent af374ba commit 11b026c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
build-test-app-and-frameworks:
2828
name: Build Test App and Frameworks
29-
runs-on: macos-14
29+
runs-on: macos-15
3030
if: ${{ github.event_name != 'push' }}
3131
steps:
3232
- uses: actions/[email protected]
@@ -35,8 +35,6 @@ jobs:
3535
- name: Build
3636
run: bundle exec fastlane build_test_app_and_frameworks
3737
timeout-minutes: 60
38-
env:
39-
XCODE_VERSION: "15.2" # Should match the minimum version in dependent jobs
4038
- uses: actions/upload-artifact@v4
4139
if: success()
4240
with:

0 commit comments

Comments
 (0)