Skip to content

Commit

Permalink
Upgrade to use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 10, 2024
1 parent e040d77 commit 6cebd70
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,7 @@ jobs:
ios-integration-test:
needs: changes
# We are using macos-12 instead macos-13 because with macos-13 we have job
# times of 40 - 120 minutes.
#
# Before switching back to macos-13, we should check if the job times are
# still that long by running the job with a matrix (3 runs).
runs-on: macos-12
runs-on: macos-14
if: ${{ needs.changes.outputs.changesFound == 'true' }}
timeout-minutes: 60
steps:
Expand Down

0 comments on commit 6cebd70

Please sign in to comment.