From 7a1cf4033de63e1500238e9baf88364764354b70 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:08:43 +0100 Subject: [PATCH] No underscore --- .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 9c5bb339..7dd48d55 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.allow_failure }} + continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: @@ -24,7 +24,7 @@ jobs: os: - ubuntu-latest include: - - allow_failure: false + - experimental: false - version: '1.5' arch: x64 os: ubuntu-20.04