From 2e6929d1f2c020979bfec72d29a30b96985d30a8 Mon Sep 17 00:00:00 2001 From: Madan Sapkota Date: Sat, 4 Jan 2025 11:52:05 +0000 Subject: [PATCH] Fix OS list --- .github/workflows/install.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index cb458e4..6815e08 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest ] node-version: [18, 20, 22] fail-fast: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44c0616..44003c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-24.04, windows-latest, macos-latest ] node-version: [ 18, 20, 22 ] fail-fast: false