Skip to content

Commit

Permalink
Merge 57bc3cb
Browse files Browse the repository at this point in the history
  • Loading branch information
Dion Stewart committed Nov 18, 2023
2 parents 038dc7b + 57bc3cb commit 1918db6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
jobs:
build:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
smalltalk: [ Pharo64-11 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
name: ${{ matrix.smalltalk }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
Expand Down

0 comments on commit 1918db6

Please sign in to comment.