From dfb689d82463d06f9af1a991e8a92f5348423c38 Mon Sep 17 00:00:00 2001 From: Zaid-maker Date: Fri, 6 Dec 2024 15:06:05 +0500 Subject: [PATCH] update naming of ubuntu action runner --- .github/workflows/auto-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index bf76d9eb6..ad690c74b 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest, ARM64] + os: [macos-latest, ubuntu-24.04, windows-latest, ARM64] node: [ 18, 20 ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ @@ -63,7 +63,7 @@ jobs: - run: npm ci --production check-linters: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - run: git config --global core.autocrlf false # Mainly for Windows