Skip to content

Commit f5b2983

Browse files
committed
Drop BC CI testing
Racket BC is no longer built in snapshots, so don't try to use those in CI.
1 parent 8ee9cc2 commit f5b2983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
racket-variant: ["BC", "CS"]
15+
racket-variant: ["CS"]
1616
enable-contracts: [true, false]
1717
steps:
1818
- uses: actions/[email protected]

0 commit comments

Comments
 (0)