Skip to content

Commit

Permalink
adapt CI (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 23, 2024
1 parent f3958f5 commit cb061d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
# Default value means that a failure in one OS cancels all
fail-fast: false
matrix:
smalltalk: [ Pharo64-12 ]
smalltalk: [ Pharo64-13 ]
os: [ ubuntu-latest, macos-latest ]
ston: [ .smalltalk.ston ]
# Test Windows with some exclusions.
# At least a part of the problem is reported here:
# https://github.com/pharo-vcs/iceberg/issues/1394
include:
- smalltalk: Pharo64-12
- smalltalk: Pharo64-13
os: windows-latest
ston: .smalltalk.windows.ston
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cb061d5

Please sign in to comment.