From aa5f128d3cc739ed8100ba5f677f1244ecc4f2a2 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Fri, 20 Dec 2024 13:46:26 +0100 Subject: [PATCH] drop squeak 5.3 in the CI (it stalls the build) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e14adcf8..3d8a73c95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,6 @@ jobs: experimental: true - smalltalk: Squeak64-6.0 experimental: true - - smalltalk: Squeak64-5.3 - experimental: true continue-on-error: ${{ matrix.experimental }} name: ${{ matrix.smalltalk }} steps: