Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
exclude 3.5.8 running on macos-latetst
  • Loading branch information
dalehenrich authored May 13, 2024
1 parent 4354224 commit 4542d65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
smalltalk: GemStone-3.6.8
- os: macos-12
smalltalk: GemStone-3.5.8
exclude:
- os: macos-latest
- smalltalk: GemStone-3.5.8
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit 4542d65

Please sign in to comment.