From 4d11835bcb00e399f79ee2cf1b55360bebd99a28 Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Sun, 25 Dec 2022 01:56:54 +0000 Subject: [PATCH] try 1.6 again, but test other OSs as well. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a714965..990c4e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.version == 'nightly' }} + continue-on-error: true strategy: matrix: version: - - '1.8' + - '1.6' - 'nightly' os: - ubuntu-latest