Skip to content

Commit

Permalink
fix: Test with free runners for now
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis committed Jun 11, 2024
1 parent 2151b2f commit 6d2b717
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-matrix-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# ]
# }
build-ios-simulator:
runs-on: macos-14-large
runs-on: macos-13
needs:
- update-initial-status
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-detox-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
status: pending

build-ios-simulator:
runs-on: macos-14-large
runs-on: macos-13
needs:
- update-initial-status
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-detox-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
status: pending

build-ios-simulator:
runs-on: macos-14-large
runs-on: macos-13
needs:
- update-initial-status
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-detox-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
status: pending

build-ios-simulator:
runs-on: macos-14-large
runs-on: macos-13
needs:
- update-initial-status
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-detox-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
e2e-ios:
name: ios-detox-e2e-${{ matrix.runId }}-${{ matrix.deviceName }}-${{ matrix.deviceOsVersion }}
if: ${{ inputs.run-ios-tests }}
runs-on: macos-14-large
runs-on: macos-13
continue-on-error: true
timeout-minutes: 40
env:
Expand Down

0 comments on commit 6d2b717

Please sign in to comment.