Skip to content

Commit d536116

Browse files
committed
ci(hive): change to ubuntu-latest
1 parent e0f2485 commit d536116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/databend-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
publish_hive:
219219
name: hive assets
220-
runs-on: [self-hosted, X64, Linux, development]
220+
runs-on: ubuntu-latest
221221
needs: [create_release]
222222
strategy:
223223
fail-fast: false

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
profile: release
6666

6767
build_hive:
68-
runs-on: [self-hosted, X64, Linux, development]
68+
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v3
7171
- uses: ./.github/actions/build_linux_hive

0 commit comments

Comments
 (0)