From 55c3ef9f2b5ef34af0f8be4547f906d4a5ec320f 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: