From 9ce18fbe8ba99784d067b8ee7fa0acdc9e62f7e0 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Wed, 4 Dec 2024 21:33:08 -0500 Subject: [PATCH] Update github actions to use ubuntu 24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4666f..452ec00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -35,7 +35,7 @@ jobs: if-no-files-found: error reproducible: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 container: debian:bookworm needs: - build