Skip to content

Commit

Permalink
Bump e2e to Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Nov 21, 2024
1 parent 814a37c commit bf45b00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
distribution: temurin
java-version: 17

- name: Download artifacts
- name: Download Maestro build from previous job
uses: actions/download-artifact@v4
with:
name: maestro-cli-jdk11-run_id${{ github.run_id }}
Expand Down Expand Up @@ -105,8 +105,8 @@ jobs:
- name: Set up Android Command-line Tools
run: |
# v8, latest working on Java 8. Source: https://stackoverflow.com/a/78890086/7009800
install_android_sdk https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip
# v13
install_android_sdk https://dl.google.com/android/repository/commandlinetools-linux-11479570_latest.zip
echo "$ANDROID_HOME/cmdline-tools/latest/bin:$PATH" >> $GITHUB_PATH
- name: Set up Android SDK components
Expand Down

0 comments on commit bf45b00

Please sign in to comment.