Skip to content

Commit dd0781e

Browse files
committed
ci: disable BC+current builds
The snapshot servers no longer provide these builds.
1 parent 556e7f3 commit dd0781e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ jobs:
88
matrix:
99
racket-version: ["8.0", "8.1", "current"]
1010
racket-variant: ["BC", "CS"]
11+
exclude:
12+
- racket-variant: BC
13+
racket-version: current
1114
steps:
1215
- uses: actions/checkout@master
13-
- uses: Bogdanp/setup-racket@v1.11
16+
- uses: Bogdanp/setup-racket@v1.14
1417
with:
1518
architecture: x64
1619
distribution: full

0 commit comments

Comments
 (0)