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