Skip to content

Commit 363ccec

Browse files
committed
Try Utah
1 parent 064c1d5 commit 363ccec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: Bogdanp/setup-racket@v1.10
18+
- uses: Bogdanp/setup-racket@v1.11
1919
with:
2020
architecture: 'x64'
2121
distribution: 'minimal'
2222
variant: ${{ matrix.variant }}
2323
version: 'current'
24+
snapshot_site: 'utah'
2425
- name: Install and setup
2526
run: |
2627
raco pkg install --auto compiler-lib

0 commit comments

Comments
 (0)