From cb061d5794ecc1fe8db0f7491dd42cfaed885f1b Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Tue, 23 Apr 2024 10:22:48 +0200 Subject: [PATCH] adapt CI (2) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89c428c23a..c470fad1b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,14 +19,14 @@ jobs: # Default value means that a failure in one OS cancels all fail-fast: false matrix: - smalltalk: [ Pharo64-12 ] + smalltalk: [ Pharo64-13 ] os: [ ubuntu-latest, macos-latest ] ston: [ .smalltalk.ston ] # Test Windows with some exclusions. # At least a part of the problem is reported here: # https://github.com/pharo-vcs/iceberg/issues/1394 include: - - smalltalk: Pharo64-12 + - smalltalk: Pharo64-13 os: windows-latest ston: .smalltalk.windows.ston runs-on: ${{ matrix.os }}