From d49e066ce1af362ee0728a8ddb3ee0eab79d4434 Mon Sep 17 00:00:00 2001 From: "m.r" Date: Thu, 8 Aug 2024 12:27:42 -0800 Subject: [PATCH] fix: update test workflow --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f51aa2b..00a6b34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,12 +3,12 @@ on: push jobs: test: name: Test - timeout-minutes: 20 + timeout-minutes: 30 continue-on-error: true strategy: matrix: - os: [windows-latest, ubuntu-latest,macos-13] - version: ['14.x', '15.x', '16.x','17.x', '18.x','19.x','20.x'] + os: [windows-latest, ubuntu-latest] + version: ['18.x','19.x','20.x'] runs-on: ${{ matrix.os }} steps: - name: Checkout to code