Update dependency ubuntu to v22
This commit is contained in:
parent
dbcd37e0c2
commit
fca8761b46
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
validate-packer:
|
validate-packer:
|
||||||
name: 'Validate Packer configuration'
|
name: 'Validate Packer configuration'
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
validate-terraform:
|
validate-terraform:
|
||||||
name: 'Validate Terraform configuration'
|
name: 'Validate Terraform configuration'
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
build-packer:
|
build-packer:
|
||||||
name: 'Build Packer image'
|
name: 'Build Packer image'
|
||||||
needs: ['validate-packer']
|
needs: ['validate-packer']
|
||||||
runs-on: 'ubuntu-20.04'
|
runs-on: 'ubuntu-22.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
Reference in New Issue
Block a user