Skip to content

Commit

Permalink
Use github runners instead of self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Apr 29, 2024
1 parent e7facb0 commit 32dc928
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
fail-fast: false
matrix:
os:
- self-hosted
- ubuntu-latest
ocaml-compiler:
- "4.14"
- "5.1"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -27,6 +28,8 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
allow-prerelease-opam: true
- name: Install dependencies
run: opam install -y . --deps-only --with-test
- name: Build
Expand Down

0 comments on commit 32dc928

Please sign in to comment.