Skip to content

Commit b5211f3

Browse files
committed
[CI] update
1 parent 2120d4b commit b5211f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ on: [push, pull_request]
55
jobs:
66
check:
77
name: build
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
1212

1313
- name: Set up OCaml
1414
uses: ocaml/setup-ocaml@v2
1515
with:
16-
ocaml-compiler: 4.13.0
16+
ocaml-compiler: 5.1.0
1717

1818
- name: Install deps
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y llvm-12-dev pkg-config libclang-12-dev
21+
sudo apt-get install -y llvm-15-dev pkg-config libclang-15-dev
2222
2323
- name: Build Claml
2424
run: |

0 commit comments

Comments
 (0)