Skip to content

Commit

Permalink
Merge pull request #18965 from mvdbeek/pin_ubuntu_22_4_for_minikube_s…
Browse files Browse the repository at this point in the history
…etup_error

[24.1] Pin ubuntu 22.04 for minikube setup action
  • Loading branch information
nsoranzo authored Oct 10, 2024
2 parents 75a51e3 + 0df29dd commit 1cbfbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1cbfbc8

Please sign in to comment.