diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfedaec..ff91713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,17 +9,14 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} + continue-on-error: true strategy: matrix: version: - "1.3" - "lts" - "1" - experimental: [false] - include: - - version: "pre" - experimental: true + - "pre" os: - ubuntu-latest - macOS-latest