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

Commit 25f11ef

Browse files
Try out macos-12 image
1 parent e4d774e commit 25f11ef

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 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-13
11+
runs-on: macOS-12
1212
strategy:
1313
matrix:
1414
api-level: [ 27 ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18-
- name: Setup Java for sdkmanager
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
@@ -65,8 +60,6 @@ jobs:
6560
with:
6661
ruby-version: '2.7.6'
6762
bundler-cache: true
68-
- name: (Workaround) Install Cocoapods
69-
run: gem install cocoapods
7063
- name: (Workaround) Install activesupport 7.0.8
7164
run: gem install activesupport -v 7.0.8
7265
- name: Install dependencies

0 commit comments

Comments
 (0)