Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
# The kit-pin job below fails CI when this pin falls behind the newest
# published binary release, so drift can't accumulate silently again.
env:
SHELLCADE_KIT_VERSION: "2.3.0"
SHELLCADE_KIT_SHA256: "79fbc6d7290c52fa1c0b9a513e08599195af5af17d8d945926520763d7ac62bb"
SHELLCADE_KIT_VERSION: "2.8.0"
SHELLCADE_KIT_SHA256: "e7cd9dde11ff9a8c60815dee056a1c33bc35e6aef7c8131417c52e28b9c4a195"

jobs:
# Toolchain pin lockstep: the SHELLCADE_KIT_VERSION pin above is a manual
Expand Down
Loading