Skip to content

Commit da01f01

Browse files
committed
Update GitHub Actions workflow
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent fff81bf commit da01f01

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Checkout tree
3030
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
3131

32-
- name: Set-up Node.js 16
32+
- name: Set-up Node.js 20
3333
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
3434
with:
35-
node-version: 16
35+
node-version: 20
3636

3737
- name: Get yarn cache folder path
3838
id: yarn-cache-dir-path
@@ -80,8 +80,7 @@ jobs:
8080
fail-fast: false
8181
matrix:
8282
os:
83-
- macos-13
84-
- macos-12 # macos-latest
83+
- macos-latest
8584
- ubuntu-latest
8685
ocaml-compiler:
8786
- "5.0"
@@ -90,11 +89,6 @@ jobs:
9089
ocaml-compiler: "4.14"
9190
- os: ubuntu-latest
9291
ocaml-compiler: ocaml-variants.5.0.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static
93-
- os: ubuntu-latest
94-
ocaml-compiler: ocaml-variants.5.2.0+trunk
95-
opam-repositories: |
96-
beta: https://github.com/ocaml/ocaml-beta-repository.git
97-
default: https://github.com/ocaml/opam-repository.git
9892

9993
runs-on: ${{ matrix.os }}
10094

@@ -106,7 +100,6 @@ jobs:
106100
uses: ./
107101
with:
108102
ocaml-compiler: ${{ matrix.ocaml-compiler }}
109-
opam-repositories: ${{ matrix.opam-repositories }}
110103
dune-cache: ${{ matrix.os != 'windows-latest' }}
111104

112105
- run: opam depext --install uri

0 commit comments

Comments
 (0)