-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3df26a4
commit bd2dd97
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,14 +17,16 @@ env: | |
jobs: | ||
build-test-app-and-frameworks: | ||
name: Build Test App and Frameworks | ||
runs-on: macos-14 | ||
runs-on: macos-13 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: ./.github/actions/ruby-cache | ||
- uses: ./.github/actions/xcode-cache | ||
- name: Build | ||
run: bundle exec fastlane build_test_app_and_frameworks | ||
timeout-minutes: 60 | ||
env: | ||
XCODE_VERSION: "14.3.1" | ||
- uses: actions/upload-artifact@v3 | ||
if: success() | ||
with: | ||
|