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