Skip to content

Commit ded99be

Browse files
committed
Update workflow.yml
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 803b5cc commit ded99be

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/workflow.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os:
13-
- macos-10.15
14-
# - ubuntu-16.04
15-
- ubuntu-18.04
16-
- ubuntu-20.04
17-
- windows-2019
13+
- macos-latest
14+
- ubuntu-latest
15+
- windows-latest
1816
ocaml-version:
1917
- 4.08.1
2018
- 4.05.0
@@ -25,10 +23,10 @@ jobs:
2523
- name: Checkout code
2624
uses: actions/checkout@v2
2725

28-
- name: Use Node.js 14.x
26+
- name: Use Node.js 12.x
2927
uses: actions/setup-node@v1
3028
with:
31-
node-version: 14.x
29+
node-version: 12.x
3230

3331
- name: Install npm packages
3432
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)