Skip to content

Commit

Permalink
fix: revert runner for iOS tests to macos-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Feb 3, 2022
1 parent 8cc822e commit f63aa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test-android:
name: e2e-android-test
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

test-ios:
name: e2e-ios-test
runs-on: macOS-latest
runs-on: macos-10.15
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f63aa82

Please sign in to comment.