We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fa7c7 commit cc6cbb7Copy full SHA for cc6cbb7
.github/workflows/release.yml
@@ -24,7 +24,7 @@ on:
24
type: string
25
jobs:
26
build-source-package:
27
- runs-on: ${{ inputs.build_runner }}
+ runs-on: ubuntu-22.04
28
continue-on-error: true
29
strategy:
30
matrix:
@@ -87,7 +87,7 @@ jobs:
87
memtier-benchmark_*.tar.*
88
89
build-binary-package:
90
91
92
environment: build
93
@@ -146,7 +146,7 @@ jobs:
146
*.deb
147
148
smoke-test-packages:
149
150
needs: build-binary-package
151
env:
152
ARCH: amd64
@@ -187,7 +187,7 @@ jobs:
187
publish-to-apt:
188
189
DEB_S3_VERSION: "0.11.3"
190
- runs-on: ubuntu-latest
191
192
needs: smoke-test-packages
193
steps:
0 commit comments