Skip to content

Commit

Permalink
chore: pin Ubuntu version for some jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Diwakar Sharma <[email protected]>
  • Loading branch information
dsharma-dc committed Dec 16, 2024
1 parent ee6bad2 commit 5ae745a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

bdd-tests:
needs: ["unit-tests"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

bdd-tests:
needs: ["unit-tests"]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
flags: unittests

bdd-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: ["unit-tests"]
strategy:
fail-fast: true
Expand Down

0 comments on commit 5ae745a

Please sign in to comment.