Skip to content

Commit aed5195

Browse files
committed
Update macOS, Racket versions
1 parent ecc905e commit aed5195

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/distribute.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- os: macos-latest
1717
arch: aarch64
18-
- os: macos-13
18+
- os: macos-15-large
1919
arch: x64
2020
- os: ubuntu-latest
2121
arch: x64
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Install Racket"
2929
uses: Bogdanp/[email protected]
3030
with:
31-
version: "8.14"
31+
version: "8.18"
3232
architecture: ${{ matrix.arch }}
3333
# WARN: need to be careful with cargo paths
3434
- name: Cache Racket dependencies

.github/workflows/plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Install Racket"
1616
uses: Bogdanp/[email protected]
1717
with:
18-
version: "8.14"
18+
version: "8.18"
1919
- name: Install Rust compiler
2020
uses: dtolnay/rust-toolchain@stable
2121
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- os: macos-latest
2121
os-name: macOS-m1
2222
arch: arm64
23-
- os: macos-13
23+
- os: macos-15-large
2424
os-name: macOS
2525
arch: x64
2626

@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Racket
3333
uses: Bogdanp/[email protected]
3434
with:
35-
version: 8.11
35+
version: 8.18
3636
architecture: ${{ matrix.arch }}
3737

3838
- name: Install Rust compiler

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
racket-version: [ '8.7', '8.14' ]
14+
racket-version: [ '8.7', '8.18' ]
1515
precision: [ 'binary32', 'binary64' ]
1616
steps:
1717
- name: "Install Packages"

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Install Racket"
1616
uses: Bogdanp/[email protected]
1717
with:
18-
version: "8.14"
18+
version: "8.18"
1919
- name: Install Rust compiler
2020
uses: dtolnay/rust-toolchain@stable
2121
with:

0 commit comments

Comments
 (0)