Skip to content

Commit 444729c

Browse files
committed
fixing yaml files 'runs-on' setup
1 parent b5caa56 commit 444729c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/terraform-apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
terraform_apply:
1010
name: Terraform Apply
11-
runs-on: ubuntu:latest
11+
runs-on: ubuntu-latest
1212
defaults:
1313
run:
1414
shell: bash

.github/workflows/terraform-destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
terraform_destroy:
1010
name: Terraform Destroy
11-
runs-on: ubuntu:latest
11+
runs-on: ubuntu-latest
1212
defaults:
1313
run:
1414
shell: bash

.github/workflows/terraform-plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
terraform_plan:
1010
name: Terraform Plan
11-
runs-on: ubuntu:latest
11+
runs-on: ubuntu-latest
1212
defaults:
1313
run:
1414
shell: bash

0 commit comments

Comments
 (0)