Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lineup for GemStone and fix Issue #613 #640

Merged
merged 2 commits into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 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,19 +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
continue-on-error: ${{ matrix.os == 'macos-latest' && startsWith(matrix.smalltalk, 'GemStone64') }}
smalltalk: GemStone64-3.7.1
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand Down