Skip to content

Commit

Permalink
Try out macos-12 image
Browse files Browse the repository at this point in the history
  • Loading branch information
DordeDimitrijev committed Jun 20, 2024
1 parent e4d774e commit 25f11ef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/react-native-code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ on:
jobs:
test-android:
name: Test Android app
runs-on: macos-13
runs-on: macOS-12
strategy:
matrix:
api-level: [ 27 ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java for sdkmanager
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: '8'
- name: Start adb server
run: adb devices
- name: Gradle cache
Expand Down Expand Up @@ -65,8 +60,6 @@ jobs:
with:
ruby-version: '2.7.6'
bundler-cache: true
- name: (Workaround) Install Cocoapods
run: gem install cocoapods
- name: (Workaround) Install activesupport 7.0.8
run: gem install activesupport -v 7.0.8
- name: Install dependencies
Expand Down

0 comments on commit 25f11ef

Please sign in to comment.