From 2cffe3f4a245181e2fb811bc05a38dc7152857cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 7 Nov 2022 13:28:28 +0100 Subject: [PATCH] ci: remove 0.5.0 on nonworking platforms --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f3d095..1394807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,13 @@ jobs: smoke-test: name: Build test strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - zig-version: [0.5.0, 0.7.0, 0.8.0, 0.9.0, master] + zig-version: [0.7.0, 0.8.0, 0.9.0, master] + include: + - os: ubuntu-latest + zig-version: 0.5.0 runs-on: ${{matrix.os}} steps: - name: Checkout sources