Skip to content

Commit 12c226b

Browse files
committed
replace runner
1 parent 698f86e commit 12c226b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/compareNDandODbuilds.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
buildHybridAppAndroid:
88
name: Build HybridApp Android
9-
runs-on: macos-15-xlarge
9+
runs-on: ubuntu-latest-xl
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -41,6 +41,14 @@ jobs:
4141
distribution: 'oracle'
4242
java-version: '17'
4343

44+
- name: Setup Ruby
45+
uses: ruby/setup-ruby@v1.190.0
46+
with:
47+
bundler-cache: true
48+
49+
- name: Install New Expensify Gems
50+
run: bundle install
51+
4452
- name: Install 1Password CLI
4553
uses: 1password/install-cli-action@v1
4654

@@ -80,7 +88,7 @@ jobs:
8088
8189
buildStandaloneAndroid:
8290
name: Build Standalone Android
83-
runs-on: macos-15-xlarge
91+
runs-on: ubuntu-latest-xl
8492
steps:
8593
- name: Checkout
8694
uses: actions/checkout@v4

0 commit comments

Comments
 (0)