From 0a294bab79580fe744e460e74724b18bf4c493af Mon Sep 17 00:00:00 2001 From: guyzsarun Date: Sat, 11 Jan 2025 15:00:01 +0700 Subject: [PATCH] update base os --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8ab11ea..5bdb067 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: run: "cd packer && packer validate ." terraform: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 @@ -59,7 +59,7 @@ jobs: run: ${TERRAFORM_COMMAND} validate tflint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: terraform steps: