Skip to content

Commit

Permalink
add additional supported mac and ubuntu-22.04 os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 4, 2023
1 parent 3713541 commit 047dd4c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,31 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ ubuntu-20.04, macos-latest ]
os: [ ubuntu-20.04 ]
smalltalk: [ 3.5.3, 3.5.8, 3.6.0, 3.6.4, 3.6.5, 3.6.6, 3.7.0 ]
include:
- smalltalk: 3.7.0
os: ubuntu-22.04
- smalltalk: 3.7.0
os: macos-13
- smalltalk: 3.7.0
os: macos-12
- smalltalk: 3.7.0
os: macos-11
- smalltalk: 3.6.6
os: ubuntu-22.04
- smalltalk: 3.6.6
os: macos-13
- smalltalk: 3.6.6
os: macos-12
- smalltalk: 3.6.6
os: macos-11
- smalltalk: 3.6.5
os: macos-11
- smalltalk: 3.6.4
os: macos-11
- smalltalk: 3.5.8
os: macos-11
runs-on: ${{ matrix.os }}
env:
GS_VERS: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 047dd4c

Please sign in to comment.