From 5a47e5e5d429a06290f8659a09b9b96b7a7f692f Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Sun, 26 May 2024 13:21:05 +0200 Subject: [PATCH] fix CI --- .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 fd812b06..b2dfd277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ on: jobs: build: + runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: - os: [ ubuntu-20.04 ] smalltalk: [ GemStone64-3.7.0, GemStone64-3.5.8, GemStone64-3.6.8 ] - runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: hpi-swa/setup-smalltalkCI@v1