Skip to content

Commit 2e57ef6

Browse files
committed
remove: blacksmith code
1 parent b18d11a commit 2e57ef6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
android:
11-
runs-on: blacksmith-4vcpu-ubuntu-2204
11+
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, 'ci skip')"
1313
steps:
1414
- name: Clone the repository
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install and set up Java
20-
uses: useblacksmith/setup-java@v5
20+
uses: actions/setup-java@v5
2121
with:
2222
distribution: 'zulu'
2323
java-version: '17.x'
@@ -34,7 +34,7 @@ jobs:
3434
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
3535

3636
- name: Cache build directory
37-
uses: useblacksmith/cache@v5
37+
uses: actions/cache@v5
3838
with:
3939
path: build
4040
key: ${{ runner.os }}-build-${{ hashFiles('**/build') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88

99
jobs:
1010
create_release:
11-
runs-on: blacksmith-4vcpu-ubuntu-2204
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Clone the repository
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Install and set up Java
19-
uses: useblacksmith/setup-java@v5
19+
uses: actions/setup-java@v5
2020
with:
2121
java-version: '17.x'
2222

0 commit comments

Comments
 (0)