Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
3.5.8 doesn't run on macos-latest (14.x)
  • Loading branch information
dalehenrich authored May 14, 2024
1 parent 6040c2a commit 215824a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.8, GemStone64-3.5.8 ]
include:
- smalltalk: GemStone64-3.6.8
os: macos-latest
os: [ ubuntu-20.04, macos-latest ]
smalltalk: [ GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8 ]
exclude:
- smalltalk: GemStone64-3.5.8
os: macos-latest
include:
- smalltalk: GemStone64-3.5.8
os: macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 215824a

Please sign in to comment.