Skip to content

Commit

Permalink
Issue #613: 3.5.8 and 3.6.8 are not expected to run on macos-latest (…
Browse files Browse the repository at this point in the history
…14.x). 3.7.1 is the latest and is expected to run on macos-latest (14.x).
  • Loading branch information
dalehenrich committed May 11, 2024
1 parent 6587260 commit dbfeda5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
- Moose64-10
- Moose64-9.0
- Moose64-8.0
- GemStone64-3.5.3
- GemStone64-3.5.8
- GemStone64-3.6.0
- GemStone64-3.6.5
- GemStone64-3.6.8
- GemStone64-3.7.1
- GToolkit64-release
exclude: # exclude 32bit builds on macOS and GemStone builds on windows
- os: macos-latest
Expand All @@ -64,18 +63,20 @@ jobs:
smalltalk: Pharo32-alpha
- os: macos-latest
smalltalk: Pharo32-3.0
- os: macos-latest
smalltalk: GemStone64-3.5.8
- os: macos-latest
smalltalk: GemStone64-3.6.8
- os: windows-2019
smalltalk: Pharo64-10
- os: windows-2019
smalltalk: Pharo64-6.0
- os: windows-2019
smalltalk: GemStone64-3.5.3
- os: windows-2019
smalltalk: GemStone64-3.5.8
- os: windows-2019
smalltalk: GemStone64-3.6.0
smalltalk: GemStone64-3.6.8
- os: windows-2019
smalltalk: GemStone64-3.6.5
smalltalk: GemStone64-3.7.1
continue-on-error: ${{ matrix.os == 'macos-latest' && startsWith(matrix.smalltalk, 'GemStone64') }}
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
Expand Down

0 comments on commit dbfeda5

Please sign in to comment.