Skip to content

Commit 3f04898

Browse files
authored
Update CI to Racket 8.15 (#407)
* Update to Racket 8.15 * Update to Ubuntu 24 LTS
1 parent 764fc43 commit 3f04898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
ci:
1111
name: Racket ${{ matrix.racket-version }}-${{ matrix.racket-variant }}
1212

13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
racket-variant: ['BC', 'CS']
19-
racket-version: ['8.12', '8.13', '8.14']
19+
racket-version: ['8.13', '8.14', '8.15']
2020

2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)