Skip to content
Closed
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
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
# Pinned off ubuntu-latest: its image moved to kernel 6.17, on which
# `bun test` SIGILLs (Bun 1.3.5) / mis-resolves ESM (1.3.14). The 24.04
# image runs the pinned toolchain cleanly. See #200.
runs-on: ubuntu-24.04
timeout-minutes: 20
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
Expand Down
Loading