From 91b470dcd8a68f4d8d95a021409628b4e20b665f Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 14 Oct 2024 19:24:27 +0300 Subject: [PATCH] CI: use Ubuntu 22.04 (#352) See https://github.com/ocaml/setup-ocaml/issues/872 --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 697647be..b2330298 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -68,7 +70,7 @@ jobs: fail-fast: false matrix: os: - - ubuntu-latest + - ubuntu-22.04 ocaml: - 5.2.x - 4.14.x @@ -100,7 +102,7 @@ jobs: mirage: if: false - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: