Skip to content

Commit 41a6078

Browse files
committed
Fix github pages workflow
1 parent 6180fdc commit 41a6078

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest
10+
# Avoid Ubuntu 24.04, see: https://github.com/ocaml/opam/issues/5968
11+
runs-on: ubuntu-22.04
1112
steps:
1213
- uses: actions/checkout@main
1314

@@ -16,7 +17,7 @@ jobs:
1617
uses: actions/cache@v2
1718
with:
1819
path: ~/.opam
19-
key: opam-ubuntu-latest-5.2.0
20+
key: opam-ubuntu-22.04-5.2.0
2021

2122
# - uses: actions/checkout@v2
2223
- uses: ocaml/setup-ocaml@v3.1.4

0 commit comments

Comments
 (0)