Skip to content

Commit

Permalink
Fix github pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Dec 18, 2024
1 parent 6180fdc commit 41a6078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
# Avoid Ubuntu 24.04, see: https://github.com/ocaml/opam/issues/5968
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@main

Expand All @@ -16,7 +17,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.opam
key: opam-ubuntu-latest-5.2.0
key: opam-ubuntu-22.04-5.2.0

# - uses: actions/checkout@v2
- uses: ocaml/[email protected]
Expand Down

0 comments on commit 41a6078

Please sign in to comment.