Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 authored Sep 13, 2024
1 parent 8582111 commit 4ca160b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
# Select platform(s)
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest ]
# Select compatible Smalltalk image(s)
smalltalk: [ Squeak64-6.0 ]
smalltalk: [ Squeak64-trunk, Squeak64-6.0 ]
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -22,12 +22,6 @@ jobs:
smalltalk-image: ${{ matrix.smalltalk }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: Squeak64-trunk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
- run: smalltalkci -s ${{ matrix.smalltalk }}
timeout-minutes: 15
env:
Expand Down

0 comments on commit 4ca160b

Please sign in to comment.