We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a43bbe commit 37077a4Copy full SHA for 37077a4
.github/workflows/android-bridge-tests.yml
@@ -3,7 +3,7 @@ on: push
3
jobs:
4
test:
5
timeout-minutes: 15
6
- runs-on: macos-11
+ runs-on: ubuntu-latest
7
steps:
8
- name: "Checkout internal"
9
uses: actions/checkout@v3
@@ -12,13 +12,13 @@ jobs:
12
13
with:
14
repository: mParticle/mparticle-android-sdk
15
- ref: development
+ ref: main
16
path: mparticle-android-sdk
17
- - name: "Install JDK 11"
+ - name: "Install JDK 17"
18
uses: actions/setup-java@v3
19
20
distribution: "zulu"
21
- java-version: "11"
+ java-version: "17"
22
- name: "Build Files"
23
run: |
24
npm ci
0 commit comments