From b7df5353129675a24a169186657480a2f3eb8669 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Sat, 16 Dec 2023 19:41:15 -0800 Subject: [PATCH] looks like we're getting mac-specific failures ... remove macos for now --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a6d84e8..0c64b3b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,6 @@ jobs: matrix: os: [ ubuntu-20.04 ] smalltalk: [ GemStone64-3.7.0, GemStone64-3.5.8, GemStone64-3.6.7 ] - include: - - smalltalk: GemStone64-3.6.7 - os: macos-latest - - smalltalk: GemStone64-3.5.8 - os: macos-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2