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 }}