Skip to content

Commit

Permalink
Merge pull request #357 from openebs/wf_minikube
Browse files Browse the repository at this point in the history
chore: pin Ubuntu version for some jobs
  • Loading branch information
dsharma-dc authored Dec 16, 2024
2 parents ee6bad2 + 5ae745a commit 0bb55b4
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 0bb55b4

Please sign in to comment.