Skip to content

Commit

Permalink
Fix xcode on cron
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Feb 7, 2024
1 parent 3df26a4 commit bd2dd97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd2dd97

Please sign in to comment.