Skip to content

Commit

Permalink
test: move CI to macos-12 runners
Browse files Browse the repository at this point in the history
this should probe the python2/python3 failure in ios config infra
  • Loading branch information
mikehardy committed May 10, 2022
1 parent f26482d commit a07caa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
android:
name: Android
runs-on: macos-11
runs-on: macos-12
timeout-minutes: 70
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
ios:
name: iOS
runs-on: macos-11
runs-on: macos-12
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
timeout-minutes: 60
env:
Expand Down

0 comments on commit a07caa2

Please sign in to comment.