Skip to content

Commit

Permalink
Update CI to Racket 8.15 (exercism#407)
Browse files Browse the repository at this point in the history
* Update to Racket 8.15

* Update to Ubuntu 24 LTS
  • Loading branch information
BNAndras authored Nov 6, 2024
1 parent 764fc43 commit 3f04898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
ci:
name: Racket ${{ matrix.racket-version }}-${{ matrix.racket-variant }}

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
matrix:
racket-variant: ['BC', 'CS']
racket-version: ['8.12', '8.13', '8.14']
racket-version: ['8.13', '8.14', '8.15']

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down

0 comments on commit 3f04898

Please sign in to comment.