From 4d9c9adf0b3d30bc2906548f642401c4b5b005d8 Mon Sep 17 00:00:00 2001 From: Gustav Behm Date: Tue, 28 Nov 2023 10:04:55 +0100 Subject: [PATCH] No, really, no longer experimental --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b3fca03..31c7db7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,6 @@ jobs: strategy: matrix: image: [ "ubuntu:latest", "ubuntu:22.04", "archlinux:latest" ] - continue-on-error: true runs-on: ubuntu-latest container: image: ${{ matrix.image }}