We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8514fa commit 01eb4deCopy full SHA for 01eb4de
1 file changed
.github/workflows/ci.yml
@@ -4,15 +4,15 @@ on: [push, pull_request]
4
5
jobs:
6
build-test:
7
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
8
strategy:
9
fail-fast: false
10
matrix:
11
- racket-variant: ["BC", "CS"]
+ racket-variant: ["CS"]
12
13
steps:
14
- - uses: actions/checkout@v3.5.3
15
- - uses: Bogdanp/setup-racket@v1.10
+ - uses: actions/checkout@v4.3.0
+ - uses: Bogdanp/setup-racket@v1.14
16
with:
17
architecture: 'x64'
18
distribution: 'full'
0 commit comments