From a8213e4716423107887783074e5485d1ad70349f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Sun, 21 Jul 2024 13:34:43 +0200 Subject: [PATCH] Update currentStablePharo.yml --- .github/workflows/currentStablePharo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/currentStablePharo.yml b/.github/workflows/currentStablePharo.yml index de3e13d..91f22db 100644 --- a/.github/workflows/currentStablePharo.yml +++ b/.github/workflows/currentStablePharo.yml @@ -20,7 +20,7 @@ jobs: - uses: hpi-swa/setup-smalltalkCI@v1 id: smalltalkci with: - smalltalk-version: Pharo64-12.0 + smalltalk-version: Pharo64-12 - run: smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-version }} shell: bash timeout-minutes: 15