From b5fd369cd39783a1c93ee067a47ada05fc8eba7a Mon Sep 17 00:00:00 2001 From: Ben Bariteau Date: Tue, 25 Jun 2024 13:07:45 -0700 Subject: [PATCH] bump to a supported ubuntu for ci --- .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 d45e483..dc7daa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - run: tox -e py misc: - runs-on: ubuntu-18.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: