Skip to content

Commit b61987f

Browse files
CI: Update tests workflow java to 17
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
1 parent 2c43f96 commit b61987f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: ./gradlew build -x lint
1616

1717
tests:
18-
runs-on: macos-latest
18+
runs-on: macos-13
1919
steps:
2020
- name: Checkout project sources
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)