From 2298343c9c5be9150f453bbfa2e7ca3145e894e9 Mon Sep 17 00:00:00 2001 From: Eric Follana Date: Wed, 18 Sep 2024 10:24:13 +0200 Subject: [PATCH] Updated OS versions in the GitHub actions --- .github/workflows/tests.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4aa5964..ef1b1b7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,15 +13,7 @@ jobs: strategy: matrix: node: [18, 20, 22] - os: [windows-2016, ubuntu-16.04, ubuntu-18.04, macOS-latest] - arch: [x86, x64] - exclude: - - os: ubuntu-16.04 - arch: x86 - - os: ubuntu-18.04 - arch: x86 - - os: macOS-latest - arch: x86 + os: [windows-2022, ubuntu-20.04, ubuntu-24.04, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -30,7 +22,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - architecture: ${{ matrix.arch }} - run: yarn