Skip to content

Commit eb20281

Browse files
committed
Revert "Fix action runner warnings for ubuntu-latest" to remove asymmetry
and keep testing with the newest ubuntu This reverts commit c6fa192.
1 parent a8f8af2 commit eb20281

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
runner: ["ubuntu-24.04", "windows-latest", "macos-latest"]
16+
runner: ["ubuntu-latest", "windows-latest", "macos-latest"]
1717

1818
steps:
1919
- name: Checkout using linefeed for tests
@@ -54,7 +54,7 @@ jobs:
5454
go test -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=ignore" -v ./kustomize
5555
5656
compile_provider:
57-
runs-on: ubuntu-24.04
57+
runs-on: ubuntu-latest
5858

5959
steps:
6060
- name: 'Checkout'
@@ -91,7 +91,7 @@ jobs:
9191
path: dist/terraform.d/plugins
9292

9393
int_test_kubeconfig_path:
94-
runs-on: ubuntu-24.04
94+
runs-on: ubuntu-latest
9595
needs: [compile_provider]
9696

9797
env:
@@ -129,7 +129,7 @@ jobs:
129129
run: terraform apply --auto-approve
130130

131131
int_test_kubeconfig_raw:
132-
runs-on: ubuntu-24.04
132+
runs-on: ubuntu-latest
133133
needs: [compile_provider]
134134

135135
steps:
@@ -172,7 +172,7 @@ jobs:
172172
run: terraform apply --auto-approve
173173

174174
int_test_in_cluster:
175-
runs-on: ubuntu-24.04
175+
runs-on: ubuntu-latest
176176
needs: [compile_provider]
177177

178178
steps:
@@ -222,7 +222,7 @@ jobs:
222222
run: kubectl exec -it terraform -- terraform apply --auto-approve
223223

224224
int_test_state_import:
225-
runs-on: ubuntu-24.04
225+
runs-on: ubuntu-latest
226226
needs: [compile_provider]
227227

228228
env:
@@ -277,7 +277,7 @@ jobs:
277277
run: terraform apply --auto-approve
278278

279279
int_test_state_migration:
280-
runs-on: ubuntu-24.04
280+
runs-on: ubuntu-latest
281281
needs: [compile_provider]
282282

283283
env:
@@ -329,7 +329,7 @@ jobs:
329329
run: terraform apply --auto-approve
330330

331331
int_test_kubestack_kind:
332-
runs-on: ubuntu-24.04
332+
runs-on: ubuntu-latest
333333
needs: [compile_provider]
334334

335335
steps:
@@ -396,7 +396,7 @@ jobs:
396396
terraform destroy --auto-approve
397397
398398
goreleaser:
399-
runs-on: ubuntu-24.04
399+
runs-on: ubuntu-latest
400400
needs:
401401
- tf_tests
402402
- int_test_kubeconfig_path

0 commit comments

Comments
 (0)