Skip to content

Commit 0474956

Browse files
committed
Remove 'BC' variant from CI workflow
BC snapshots are no longer distributed.
1 parent bc6f18a commit 0474956

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
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
racket-version: ["current"]
18-
racket-variant: ['BC', 'CS']
18+
racket-variant: ['CS']
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: Bogdanp/[email protected]

0 commit comments

Comments
 (0)