From 2a008675239a74b05398afd02e002b0b6edff310 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 8 Jul 2024 20:28:08 -0500 Subject: [PATCH] bump ubuntu version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b644ceb4..bae27e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-latest, ubuntu-24.04] steps: - name: Build and test module uses: savonet/build-and-test-ocaml-module@main