From 02478cac81e4324d316b042c082c719cb41b41df Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 13 Oct 2024 17:59:53 +0200 Subject: [PATCH] upd --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e89b4a..4ba01db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,15 +19,14 @@ jobs: env: GKS_ENCODING: "utf8" GKSwstype: "nul" - name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + name: Julia ${{ matrix.version }} - ${{ matrix.os }} runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.version == 'nightly' }} strategy: fail-fast: false matrix: version: - - '1.10' # LTS - - '1' # latest stable + - '1.10' # lower declared julia compat in `Project.toml` + - '1' os: [ubuntu-latest, windows-latest, macos-latest] arch: [x64]