Skip to content

Commit

Permalink
More in macOS matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 6, 2024
1 parent b3b057b commit de658da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
os: [macos-latest]
racket-variant: ['CS']
racket-version: ['8.6']
racket-variant: ['BC', 'CS']
racket-version: ['8.6', '8.8', '8.14']
name: Test on Racket ${{ matrix.racket-variant }} ${{ matrix.racket-version }} on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit de658da

Please sign in to comment.