diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b559dd..8b88b07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,11 +12,12 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} + timeout-minutes: 15 strategy: fail-fast: false matrix: version: - - '1.6' + - '1.10' - 'nightly' os: - ubuntu-latest