Skip to content

Commit 01eb4de

Browse files
committed
Remove Racket BC from CI
1 parent c8514fa commit 01eb4de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: [push, pull_request]
44

55
jobs:
66
build-test:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
fail-fast: false
1010
matrix:
11-
racket-variant: ["BC", "CS"]
11+
racket-variant: ["CS"]
1212

1313
steps:
14-
- uses: actions/checkout@v3.5.3
15-
- uses: Bogdanp/setup-racket@v1.10
14+
- uses: actions/checkout@v4.3.0
15+
- uses: Bogdanp/setup-racket@v1.14
1616
with:
1717
architecture: 'x64'
1818
distribution: 'full'

0 commit comments

Comments
 (0)