From e5ef3db0af68076d4b5b7c3c8edb5130652c9ab3 Mon Sep 17 00:00:00 2001 From: Keyvan Ebrahimpour Date: Fri, 11 Apr 2025 22:54:43 +0000 Subject: [PATCH] use ubuntu 24.04 --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 4cdfa6c..5e6243e 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -16,7 +16,7 @@ env: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: read packages: write