Skip to content

Commit

Permalink
Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Jan 29, 2025
1 parent 38f7f65 commit ab3033c
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04 ]
smalltalk: [ 3.7.2 ]
# os: [ ubuntu-20.04, ubuntu-22.04 ]
# smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1, 3.7.2 ]
# include:
# - smalltalk: 3.7.2
# os: macos-14
# - smalltalk: 3.7.1
# os: macos-14
# - smalltalk: 3.6.8
# os: macos-13
# - smalltalk: 3.6.6
# os: macos-13
os: [ ubuntu-20.04, ubuntu-22.04 ]
smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1, 3.7.2 ]
include:
- smalltalk: 3.7.2
os: macos-14
- smalltalk: 3.7.1
os: macos-14
- smalltalk: 3.6.8
os: macos-13
- smalltalk: 3.6.6
os: macos-13
runs-on: ${{ matrix.os }}
env:
GS_VERS: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit ab3033c

Please sign in to comment.