Skip to content

Commit

Permalink
Upgrade to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 10, 2024
1 parent e9c827b commit 064e89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
ios-integration-test:
needs: changes
runs-on: macos-14
runs-on: macos-15
if: ${{ needs.changes.outputs.changesFound == 'true' }}
timeout-minutes: 60
steps:
Expand All @@ -187,7 +187,7 @@ jobs:
- uses: futureware-tech/simulator-action@48e51da14445b3eedca643bba4b78d9d8332ff31
id: simulator
with:
model: "iPhone 15"
model: "iPhone 16"

- name: Run integration tests
working-directory: app
Expand Down

0 comments on commit 064e89b

Please sign in to comment.