Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
update lineup with 3,71 ... change the mac platforms for 3.6.8 and 3.5.8
  • Loading branch information
dalehenrich committed May 13, 2024
1 parent a214d0c commit 6e5efb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.8, GemStone64-3.5.8 ]
smalltalk: [ GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8 ]
include:
- smalltalk: GemStone64-3.6.8
os: macos-latest
os: macos-13
- smalltalk: GemStone64-3.5.8
os: macos-latest
os: macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6e5efb6

Please sign in to comment.