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:
|
||||
name: 'Validate Packer configuration'
|
||||
runs-on: 'ubuntu-20.04'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
defaults:
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
validate-terraform:
|
||||
name: 'Validate Terraform configuration'
|
||||
runs-on: 'ubuntu-20.04'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
defaults:
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
build-packer:
|
||||
name: 'Build Packer image'
|
||||
needs: ['validate-packer']
|
||||
runs-on: 'ubuntu-20.04'
|
||||
runs-on: 'ubuntu-22.04'
|
||||
permissions:
|
||||
contents: 'read'
|
||||
defaults:
|
||||
|
Loading…
Reference in New Issue
Block a user