Skip to content

Commit

Permalink
Drop BC from CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Dec 17, 2024
1 parent 5a21a72 commit 8c2c646
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
racket-variant: ['BC', 'CS']
racket-variant: ['CS']
racket-version: ['8.6', '8.8', '8.14']
name: Test on Racket ${{ matrix.racket-variant }} ${{ matrix.racket-version }} on ${{ matrix.os }}
steps:
Expand All @@ -32,8 +32,7 @@ jobs:
gcc --version
- name: Install a86 package
run: |
raco pkg install -D ../a86/
raco scribble --html a86/scribblings/a86.scrbl
raco pkg install ../a86/
- name: Install langs package
run: |
# This *should* use the locally installed a86
Expand Down

0 comments on commit 8c2c646

Please sign in to comment.