Skip to content

Commit

Permalink
using 22.04 for runner steps
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Feb 10, 2025
1 parent 80334c7 commit 88bd5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

jobs:
build-source-package:
runs-on: inputs.build_runner
runs-on: ${{ inputs.build_runner }}
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
memtier-benchmark_*.tar.*
build-binary-package:
runs-on: inputs.build_runner
runs-on: ${{ inputs.build_runner }}
environment: build
strategy:
matrix:
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
*.deb
smoke-test-packages:
runs-on: inputs.build_runner
runs-on: ${{ inputs.build_runner }}
needs: build-binary-package
env:
ARCH: amd64
Expand Down

0 comments on commit 88bd5db

Please sign in to comment.