Skip to content

Commit

Permalink
macos-11 no longer supported on github ... update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Jul 12, 2024
1 parent 9244b66 commit 7d2650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- smalltalk: GemStone64-3.6.8
os: macos-latest
- smalltalk: GemStone64-3.5.8
os: macos-11
os: macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dalehenrich/setup-smalltalkCI@solo
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 7d2650f

Please sign in to comment.