We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8187dad commit 169c998Copy full SHA for 169c998
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ on:
20
jobs:
21
build-linux:
22
name: Build for ${{matrix.target}}
23
- runs-on: ubuntu-22.04 # or ubuntu-24.04, ubuntu-20.04
+ runs-on: self-hosted
24
permissions:
25
id-token: write
26
contents: write
@@ -172,7 +172,7 @@ jobs:
172
173
build-kafka-linux:
174
name: Build Kafka for x86_64-unknown-linux-gnu
175
- runs-on: ubuntu-22.04 # or ubuntu-24.04 ubuntu-20.04
176
177
178
0 commit comments