From e943670bdd6b6c967f4bbb29284b3d99dbfb21b1 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Fri, 24 Jan 2025 10:00:10 -0500 Subject: [PATCH] Update to Ubuntu 24.04 in the CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40651a8..5b26403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,3 @@ -# TODO: Run cargo clippy. # TODO: Switch to stable Rust. name: CI @@ -9,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: