From eefefe9957f7b7c2203f65b62e90858b76455e8b Mon Sep 17 00:00:00 2001 From: Mohammad Hussein Chahkandi <100763223+muhuchah@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:39:35 +0330 Subject: [PATCH] chore(ci/cd): specific ubuntu version (#17) --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8e1d789..264244f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: write diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eb4cd2..02a79f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4