Skip to content

Commit 39a3f4f

Browse files
committed
test: move CI to macos-12 runners
this should probe the python2/python3 failure in ios config infra
1 parent 1f609d3 commit 39a3f4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
android:
2424
name: Android
25-
runs-on: macos-11
25+
runs-on: macos-12
2626
timeout-minutes: 70
2727
env:
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
ios:
2424
name: iOS
25-
runs-on: macos-11
25+
runs-on: macos-12
2626
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
2727
timeout-minutes: 60
2828
env:

0 commit comments

Comments
 (0)