Skip to content

Commit

Permalink
Build doc on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 9, 2024
1 parent 5406339 commit 68e7757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
build_doc:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Setup OCaml
uses: ocaml/setup-ocaml@v2
uses: toots/setup-ocaml@master
with:
ocaml-compiler: 4.14.x
- name: Pin locally
Expand Down

0 comments on commit 68e7757

Please sign in to comment.