From bfdbb060cba662c7ac8df725716714fdd3c31b17 Mon Sep 17 00:00:00 2001 From: Jordan Potter Date: Thu, 24 Oct 2024 08:42:39 -0700 Subject: [PATCH] Revert "Update CI workflow to use ubuntu-24.04" This reverts commit edccd205d2c0911cc4548b26e2a8bcf756f6b1a9. --- .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 bf4c4ec..d8fb1b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ env: jobs: ci: name: Continuous Integration - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest permissions: contents: read packages: write