From c24803ab3262645627b47feabce1a3ccbb4f2d5f Mon Sep 17 00:00:00 2001 From: Kurt Kilpela Date: Fri, 28 Jun 2024 14:35:40 -0700 Subject: [PATCH] Updated OS/GemStone version in GitHub Workflows. --- .github/workflows/ci.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59d3f04..0bb791c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,26 @@ on: jobs: build: - runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: - smalltalk: [ GemStone64-3.6.3, GemStone64-3.5.8, GemStone64-3.4.5, GemStone64-3.3.9, GemStone64-3.2.17 ] - experimental: [ false ] + os: [ ubuntu-20.04, ubuntu-22.04 ] + smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1 ] + include: + - smalltalk: 3.7.1 + os: macos-14 + #- smalltalk: 3.7.0 + # os: macos-13 + #- smalltalk: 3.7.0 + # os: macos-12 + - smalltalk: 3.6.8 + os: macos-13 + - smalltalk: 3.6.8 + os: macos-12 + - smalltalk: 3.6.6 + os: macos-13 + - smalltalk: 3.6.6 + os: macos-12 continue-on-error: ${{ matrix.experimental }} name: ${{ matrix.smalltalk }} steps: