Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit eec40cc

Browse files
use macos-13 runner
1 parent 62d9386 commit eec40cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,13 @@ on:
88
jobs:
99
test-android:
1010
name: Test Android app
11-
runs-on: macos-latest
11+
runs-on: macos-13
1212
strategy:
1313
matrix:
1414
api-level: [ 27 ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18-
- name: Setup Java
19-
uses: actions/setup-java@v3
20-
with:
21-
distribution: 'zulu'
22-
java-version: '8'
2318
- name: Start adb server
2419
run: adb devices
2520
- name: Gradle cache
@@ -35,6 +30,11 @@ jobs:
3530
- run: adb shell settings put global window_animation_scale 0.0
3631
- run: adb shell settings put global transition_animation_scale 0.0
3732
- run: adb shell settings put global animator_duration_scale 0.0
33+
- name: Setup Java
34+
uses: actions/setup-java@v3
35+
with:
36+
distribution: 'zulu'
37+
java-version: '8'
3838
- name: Setup Ruby
3939
uses: ruby/setup-ruby@v1
4040
with:

0 commit comments

Comments
 (0)