File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 type : string
2525jobs :
2626 build-source-package :
27- runs-on : ${{ inputs.build_runner }}
27+ runs-on : ubuntu-22.04
2828 continue-on-error : true
2929 strategy :
3030 matrix :
8787 memtier-benchmark_*.tar.*
8888
8989 build-binary-package :
90- runs-on : ${{ inputs.build_runner }}
90+ runs-on : ubuntu-22.04
9191 continue-on-error : true
9292 environment : build
9393 strategy :
@@ -146,7 +146,7 @@ jobs:
146146 *.deb
147147
148148 smoke-test-packages :
149- runs-on : ${{ inputs.build_runner }}
149+ runs-on : ubuntu-22.04
150150 needs : build-binary-package
151151 env :
152152 ARCH : amd64
@@ -187,7 +187,7 @@ jobs:
187187 publish-to-apt :
188188 env :
189189 DEB_S3_VERSION : " 0.11.3"
190- runs-on : ubuntu-latest
190+ runs-on : ubuntu-22.04
191191 environment : build
192192 needs : smoke-test-packages
193193 steps :
You can’t perform that action at this time.
0 commit comments