Skip to content

Commit

Permalink
CI: use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Oct 14, 2024
1 parent d088771 commit cf51b4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
# Until https://github.com/ocaml/setup-ocaml/issues/872.
# When fixing, search for other instances of this string in this file.
- ubuntu-22.04
ocaml:
- 5.2.x
- 4.14.x
Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
ocaml:
- 5.2.x
- 4.14.x
Expand Down Expand Up @@ -100,7 +102,7 @@ jobs:
mirage:
if: false
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit cf51b4c

Please sign in to comment.