Skip to content

Commit 8f8151b

Browse files
committed
ci: bump Racket to 8.16
1 parent fcbcf5a commit 8f8151b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
architecture: 'x64'
1616
distribution: 'full'
1717
variant: 'CS'
18-
version: '8.15'
18+
version: '8.16'
1919
- name: Install Noise
2020
run: |
2121
env GIT_LFS_SKIP_SMUDGE=1 \
2222
git clone \
2323
--depth 1 \
24-
--branch racket-8.15 \
24+
--branch racket-8.16 \
2525
https://github.com/Bogdanp/Noise Noise
2626
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
2727
- name: Prepare secrets

.github/workflows/build_macos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
architecture: ${{ matrix.arch }}
2929
distribution: 'full'
3030
variant: 'CS'
31-
version: '8.15'
31+
version: '8.16'
3232
packages: http-easy-lib
3333
- name: Clone Noise
3434
run: |
3535
mkdir ../../sandbox
3636
env GIT_LFS_SKIP_SMUDGE=1 \
37-
git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise ../../sandbox/Noise
37+
git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise ../../sandbox/Noise
3838
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
3939
- name: Prepare secrets
4040
run: |
@@ -74,12 +74,12 @@ jobs:
7474
architecture: 'arm64'
7575
distribution: 'full'
7676
variant: 'CS'
77-
version: '8.15'
77+
version: '8.16'
7878
packages: http-easy-lib
7979
- name: Install Noise
8080
run: |
8181
mkdir ../../sandbox
82-
git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise ../../sandbox/Noise
82+
git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise ../../sandbox/Noise
8383
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
8484
pushd ../../sandbox/Noise
8585
make
@@ -168,12 +168,12 @@ jobs:
168168
architecture: 'arm64'
169169
distribution: 'full'
170170
variant: 'CS'
171-
version: '8.15'
171+
version: '8.16'
172172
packages: http-easy-lib
173173
- name: Install Noise
174174
run: |
175175
mkdir ../../sandbox
176-
git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise ../../sandbox/Noise
176+
git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise ../../sandbox/Noise
177177
raco pkg install -D --batch --auto ../../sandbox/noise/Racket/noise-serde-lib/
178178
pushd ../../sandbox/Noise
179179
make

.github/workflows/build_win32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
architecture: 'x64'
2020
distribution: 'full'
2121
variant: 'CS'
22-
version: '8.15'
22+
version: '8.16'
2323
- name: Install Noise
2424
run: |
2525
$Env:GIT_LFS_SKIP_SMUDGE = 1
26-
git clone --depth 1 --branch racket-8.15 https://github.com/Bogdanp/Noise Noise
26+
git clone --depth 1 --branch racket-8.16 https://github.com/Bogdanp/Noise Noise
2727
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
2828
- name: Prepare secrets
2929
run: |

.github/workflows/test_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
architecture: 'x64'
3434
distribution: 'full'
3535
variant: 'CS'
36-
version: '8.15'
36+
version: '8.16'
3737
- name: Install Noise
3838
run: |
3939
env GIT_LFS_SKIP_SMUDGE=1 \
4040
git clone \
4141
--depth 1 \
42-
--branch racket-8.15 \
42+
--branch racket-8.16 \
4343
https://github.com/Bogdanp/Noise Noise
4444
raco pkg install -D --batch --auto Noise/Racket/noise-serde-lib/
4545
- name: Prepare secrets

0 commit comments

Comments
 (0)