From b1ca3ecd9b6e88a4afceb0d3b24fb74448ac0906 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Mon, 17 Apr 2023 09:19:48 -0700 Subject: [PATCH] yaml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 206a41e4..eb4bad85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: experimental: true - smalltalk: Squeak64-trunk experimental: true - continue-on-error: ${{ matrix.experimental }} runs-on: ${{ matrix.os }} + continue-on-error: ${{ matrix.experimental }} name: ${{ matrix.smalltalk }} steps: - name: Get current date