Skip to content

Commit 19546a3

Browse files
committed
ci: use self hosted runner
1 parent 97ae885 commit 19546a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-release-build-debian-pkg.yml

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

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu24.04-16core-64GB-600SSD-bor
1616
timeout-minutes: 30
1717

1818
steps:
@@ -138,12 +138,12 @@ jobs:
138138
retention-days: 5
139139
compression-level: 0
140140
if-no-files-found: error
141-
141+
142142
- name: Upload artifact arm64.deb.checksum
143143
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 ## v4.6.2
144144
with:
145145
name: ${{ inputs.application }}_${{ inputs.version }}_arm64.deb.checksum
146146
path: ./deb-pkg/${{ inputs.application }}_${{ inputs.version }}_arm64.deb.checksum
147147
retention-days: 5
148148
compression-level: 0
149-
if-no-files-found: error
149+
if-no-files-found: error

0 commit comments

Comments
 (0)