File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
android :
11
- runs-on : blacksmith-4vcpu- ubuntu-2204
11
+ runs-on : ubuntu-latest
12
12
if : " !contains(github.event.head_commit.message, 'ci skip')"
13
13
steps :
14
14
- name : Clone the repository
17
17
fetch-depth : 0
18
18
19
19
- name : Install and set up Java
20
- uses : useblacksmith /setup-java@v5
20
+ uses : actions /setup-java@v5
21
21
with :
22
22
distribution : ' zulu'
23
23
java-version : ' 17.x'
34
34
SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
35
35
36
36
- name : Cache build directory
37
- uses : useblacksmith /cache@v5
37
+ uses : actions /cache@v5
38
38
with :
39
39
path : build
40
40
key : ${{ runner.os }}-build-${{ hashFiles('**/build') }}
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
create_release :
11
- runs-on : blacksmith-4vcpu- ubuntu-2204
11
+ runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Clone the repository
14
14
uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 0
17
17
18
18
- name : Install and set up Java
19
- uses : useblacksmith /setup-java@v5
19
+ uses : actions /setup-java@v5
20
20
with :
21
21
java-version : ' 17.x'
22
22
You can’t perform that action at this time.
0 commit comments