From 6b8ca6cb86ef16b23bac854f540d51f10962e06d Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Tue, 10 Dec 2024 10:23:00 +0200 Subject: [PATCH] upgrade ci --- .github/workflows/ci.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e980162..61cc5cdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,10 @@ jobs: fail-fast: false matrix: container: ['node:16.0.0'] - node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0', '23.0.0'] + node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0'] + include: + - container: 'node:18.0.0' + - node_api_target: '23.0.0' container: ${{ matrix.container }} steps: - name: Checkout @@ -36,7 +39,10 @@ jobs: fail-fast: false matrix: container: ['node:16.0.0'] - node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0', '23.0.0'] + node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0'] + include: + - container: 'node:18.0.0' + - node_api_target: '23.0.0' container: ${{ matrix.container }} steps: - name: Checkout @@ -56,10 +62,10 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, macos-12] + os: [windows-2019, macos-13] node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0', '23.0.0'] include: - - os: macos-12 + - os: macos-13 python_version: '3.11' runs-on: ${{ matrix.os }} steps: