Skip to content

Commit

Permalink
CI: Update tests workflow java to 17
Browse files Browse the repository at this point in the history
Address CI error in running tests

java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/sdkmanager/SdkManagerCli has been compiled
by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime
only recognizes class file versions up to 55.0
  • Loading branch information
justin-stephenson committed Jun 12, 2024
1 parent 2c43f96 commit b61987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: ./gradlew build -x lint

tests:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout project sources
uses: actions/checkout@v3
Expand Down

0 comments on commit b61987f

Please sign in to comment.