Skip to content

Commit 37077a4

Browse files
fix: Update Java version to 17
1 parent 3a43bbe commit 37077a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android-bridge-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33
jobs:
44
test:
55
timeout-minutes: 15
6-
runs-on: macos-11
6+
runs-on: ubuntu-latest
77
steps:
88
- name: "Checkout internal"
99
uses: actions/checkout@v3
@@ -12,13 +12,13 @@ jobs:
1212
uses: actions/checkout@v3
1313
with:
1414
repository: mParticle/mparticle-android-sdk
15-
ref: development
15+
ref: main
1616
path: mparticle-android-sdk
17-
- name: "Install JDK 11"
17+
- name: "Install JDK 17"
1818
uses: actions/setup-java@v3
1919
with:
2020
distribution: "zulu"
21-
java-version: "11"
21+
java-version: "17"
2222
- name: "Build Files"
2323
run: |
2424
npm ci

0 commit comments

Comments
 (0)