From 848f9d0353951be616324a380b8a0bc87a70eab8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Mar 2025 23:26:09 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4e7aba..fd934e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: