Skip to content

Commit

Permalink
Updated OS/GemStone version in GitHub Workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkilpela committed Jun 28, 2024
1 parent 75d2d4c commit c24803a
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,26 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
smalltalk: [ GemStone64-3.6.3, GemStone64-3.5.8, GemStone64-3.4.5, GemStone64-3.3.9, GemStone64-3.2.17 ]
experimental: [ false ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1 ]
include:
- smalltalk: 3.7.1
os: macos-14
#- smalltalk: 3.7.0
# os: macos-13
#- smalltalk: 3.7.0
# os: macos-12
- smalltalk: 3.6.8
os: macos-13
- smalltalk: 3.6.8
os: macos-12
- smalltalk: 3.6.6
os: macos-13
- smalltalk: 3.6.6
os: macos-12
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit c24803a

Please sign in to comment.