Skip to content

Commit

Permalink
3.7.0 doesn't run on mac-os with native code enabled (the default)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 17, 2023
1 parent ba53d62 commit d75bcab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-latest ]
os: [ ubuntu-20.04 ]
smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.7, GemStone64-3.5.8 ]
include:
- smalltalk: GemStone64-3.6.7
os: macos-latest
include:
- smalltalk: GemStone64-3.5.8
os: macos-latest
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: dalehenrich/setup-smalltalkCI@solo
Expand Down

0 comments on commit d75bcab

Please sign in to comment.