File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 # Inline simple quality check jobs for better check names
3030 lint :
31- runs-on : buildjet-8vcpu- ubuntu-2204
31+ runs-on : ubuntu-24.04
3232 # Override JVM args from gradle.properties which sets 10GB heap
3333 steps :
3434 - name : Checkout
3737 submodules : recursive # Needed in order to fetch Kalium sources for building
3838 fetch-depth : 0
3939 - name : Set up JDK 17
40- uses : buildjet /setup-java@v4
40+ uses : actions /setup-java@v4
4141 with :
4242 java-version : ' 17'
4343 distribution : ' temurin'
6565 submodules : recursive # Needed in order to fetch Kalium sources for building
6666 fetch-depth : 0
6767 - name : Set up JDK 17
68- uses : buildjet /setup-java@v4
68+ uses : actions /setup-java@v4
6969 with :
7070 java-version : ' 17'
7171 distribution : ' temurin'
@@ -120,7 +120,7 @@ jobs:
120120 fetch-depth : 0
121121
122122 - name : Set up JDK 17
123- uses : buildjet /setup-java@v4
123+ uses : actions /setup-java@v4
124124 with :
125125 java-version : ' 17'
126126 distribution : ' temurin'
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 generate-screenshots :
15- runs-on : buildjet-8vcpu- ubuntu-2204
15+ runs-on : ubuntu-24.04
1616
1717 if : github.ref == 'refs/heads/develop'
1818
2424 fetch-depth : 0
2525
2626 - name : Set up JDK 17
27- uses : buildjet /setup-java@v4
27+ uses : actions /setup-java@v4
2828 with :
2929 java-version : ' 17'
3030 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 ui-tests :
15- runs-on : buildjet-8vcpu-ubuntu-2204
15+ runs-on : ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-lg
1616 strategy :
1717 matrix :
1818 api-level : [ 29 ]
4040 df -h
4141
4242 - name : Set up JDK 17
43- uses : buildjet /setup-java@v4
43+ uses : actions /setup-java@v4
4444 with :
4545 java-version : ' 17'
4646 distribution : ' temurin'
5050 uses : gradle/actions/wrapper-validation@v5
5151
5252 - name : AVD cache
53- uses : buildjet /cache@v4
53+ uses : actions /cache@v4
5454 id : avd-cache
5555 with :
5656 path : |
Original file line number Diff line number Diff line change 1717 coverage :
1818 env :
1919 GRADLE_OPTS : ' -Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=2g -Xmx4G"'
20- runs-on : buildjet-8vcpu- ubuntu-2204
20+ runs-on : ubuntu-24.04
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v6
2626 fetch-depth : 0
2727
2828 - name : Set up JDK 17
29- uses : buildjet /setup-java@v4
29+ uses : actions /setup-java@v4
3030 with :
3131 java-version : ' 17'
3232 distribution : ' temurin'
Original file line number Diff line number Diff line change 2121 uses : actions/checkout@v6
2222
2323 - name : Setup Java 17
24- uses : buildjet /setup-java@v4
24+ uses : actions /setup-java@v4
2525 with :
2626 java-version : " 17"
2727 distribution : " temurin"
You can’t perform that action at this time.
0 commit comments