Skip to content

Commit c767d34

Browse files
committed
update .yml
1 parent 16b8d81 commit c767d34

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ jobs:
77

88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest, macos-latest ]
10+
os: [ ubuntu-latest, windows-latest, macos-13, macos-latest ]
11+
racket: [ '8.0', 'current' ]
1112

1213
runs-on: ${{ matrix.os }}
1314

1415
steps:
15-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v4
1617
with:
1718
path: src
1819
- name: "Install Racket"
19-
uses: Bogdanp/[email protected]
20+
uses: Bogdanp/[email protected]
21+
with:
22+
version: ${{ matrix.racket }}
2023
- name: "Install generic-flonum as package"
2124
run: raco pkg install --no-cache --auto --name generic-flonum src/
2225
- name: "Unit tests"
2326
run: |
24-
raco test .
27+
raco test .

0 commit comments

Comments
 (0)