Skip to content

Commit cc6cbb7

Browse files
using ubuntu-22.04 on runner of release (#300)
1 parent 80fa7c7 commit cc6cbb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
type: string
2525
jobs:
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:
@@ -87,7 +87,7 @@ jobs:
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:

0 commit comments

Comments
 (0)