Update dependency ubuntu to v24
This commit is contained in:
parent
aeaecc7598
commit
848f9d0353
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-22.04'
|
runs-on: 'ubuntu-24.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-22.04'
|
runs-on: 'ubuntu-24.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-22.04'
|
runs-on: 'ubuntu-24.04'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
defaults:
|
defaults:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user