Skip to content

Commit 169c998

Browse files
update release wf to run linux builds on self hosted runner (#1681)
1 parent 8187dad commit 169c998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
build-linux:
2222
name: Build for ${{matrix.target}}
23-
runs-on: ubuntu-22.04 # or ubuntu-24.04, ubuntu-20.04
23+
runs-on: self-hosted
2424
permissions:
2525
id-token: write
2626
contents: write
@@ -172,7 +172,7 @@ jobs:
172172

173173
build-kafka-linux:
174174
name: Build Kafka for x86_64-unknown-linux-gnu
175-
runs-on: ubuntu-22.04 # or ubuntu-24.04 ubuntu-20.04
175+
runs-on: self-hosted
176176
permissions:
177177
id-token: write
178178
contents: write

0 commit comments

Comments
 (0)