Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
update lineup with newer gemstone versions and adjust mac os platforms
  • Loading branch information
dalehenrich authored May 13, 2024
1 parent 7980a21 commit 2886d46
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-latest ]
smalltalk: [ GemStone-3.7.0, GemStone64-3.6.6, GemStone64-3.5.8 ]
exclude:
- os: macos-latest
smalltalk: GemStone-3.7.0
smalltalk: [ GemStone-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8 ]
include:
- os: macos-13
smalltalk: GemStone-3.6.8
- os: macos-12
smalltalk: GemStone-3.5.8
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit 2886d46

Please sign in to comment.