Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
type: string
jobs:
build-source-package:
runs-on: ${{ inputs.build_runner }}
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
memtier-benchmark_*.tar.*

build-binary-package:
runs-on: ${{ inputs.build_runner }}
runs-on: ubuntu-22.04
continue-on-error: true
environment: build
strategy:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
*.deb

smoke-test-packages:
runs-on: ${{ inputs.build_runner }}
runs-on: ubuntu-22.04
needs: build-binary-package
env:
ARCH: amd64
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
publish-to-apt:
env:
DEB_S3_VERSION: "0.11.3"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
environment: build
needs: smoke-test-packages
steps:
Expand Down
Loading