Commit cc6cbb7 1 parent 80fa7c7 commit cc6cbb7 Copy full SHA for cc6cbb7
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
type : string
25
25
jobs :
26
26
build-source-package :
27
- runs-on : ${{ inputs.build_runner }}
27
+ runs-on : ubuntu-22.04
28
28
continue-on-error : true
29
29
strategy :
30
30
matrix :
87
87
memtier-benchmark_*.tar.*
88
88
89
89
build-binary-package :
90
- runs-on : ${{ inputs.build_runner }}
90
+ runs-on : ubuntu-22.04
91
91
continue-on-error : true
92
92
environment : build
93
93
strategy :
@@ -146,7 +146,7 @@ jobs:
146
146
*.deb
147
147
148
148
smoke-test-packages :
149
- runs-on : ${{ inputs.build_runner }}
149
+ runs-on : ubuntu-22.04
150
150
needs : build-binary-package
151
151
env :
152
152
ARCH : amd64
@@ -187,7 +187,7 @@ jobs:
187
187
publish-to-apt :
188
188
env :
189
189
DEB_S3_VERSION : " 0.11.3"
190
- runs-on : ubuntu-latest
190
+ runs-on : ubuntu-22.04
191
191
environment : build
192
192
needs : smoke-test-packages
193
193
steps :
You can’t perform that action at this time.
0 commit comments