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 3646a1c commit 727f1ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ 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
- smalltalk: GemStone64-3.5.8
os: macos-latest
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
Expand Down

0 comments on commit 727f1ec

Please sign in to comment.