Skip to content

Commit 34040ca

Browse files
committed
Upgrade GitHub Actions workflow with latest runners and actions
Signed-off-by: Sora Morimoto <[email protected]>
1 parent dc29402 commit 34040ca

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ jobs:
77
fail-fast: false
88
matrix:
99
os:
10-
- ubuntu-20.04
11-
- macos-11
12-
# Build binaries on older systems to require lower versions of libc and
13-
# other system libraries.
10+
- ubuntu-latest
11+
- macos-latest
1412

1513
runs-on: ${{matrix.os}}
1614
steps:
17-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1816
- run: npm install esy
1917
- run: echo PATH=$(pwd)/node_modules/.bin:$PATH >> $GITHUB_ENV
2018
- run: make -C test/js full-test
@@ -55,8 +53,8 @@ jobs:
5553

5654
runs-on: ${{matrix.os}}
5755
steps:
58-
- uses: actions/checkout@v2
59-
- uses: avsm/setup-ocaml@v2
56+
- uses: actions/checkout@v4
57+
- uses: ocaml/setup-ocaml@v3
6058
with:
6159
ocaml-compiler: ${{matrix.ocaml}}
6260

0 commit comments

Comments
 (0)