From a173a6e1f2576975f07c84aeac242ee47ebb1b95 Mon Sep 17 00:00:00 2001 From: Zaid-maker Date: Fri, 6 Dec 2024 15:39:03 +0500 Subject: [PATCH] update runner name on 1.23.X aswell --- .github/workflows/auto-test.yml | 8 ++++---- .github/workflows/close-incorrect-issue.yml | 2 +- .github/workflows/json-yaml-validate.yml | 2 +- .github/workflows/stale-bot.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 071cc7df8..813059b8e 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: [ 16, 20.5 ] # 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 @@ -78,7 +78,7 @@ jobs: e2e-tests: needs: [ check-linters ] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v4 @@ -93,7 +93,7 @@ jobs: frontend-unit-tests: needs: [ check-linters ] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@v4 diff --git a/.github/workflows/close-incorrect-issue.yml b/.github/workflows/close-incorrect-issue.yml index e26cf5e5e..19730b456 100644 --- a/.github/workflows/close-incorrect-issue.yml +++ b/.github/workflows/close-incorrect-issue.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-24.04] node-version: [16] steps: diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index b6437ec49..eb2158c88 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -15,7 +15,7 @@ permissions: jobs: json-yaml-validate: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index 8238be0ac..add1e64c7 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -7,7 +7,7 @@ on: jobs: stale: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/stale@v8 with: