From 234a32ca5609d9f71051121b5e6225a767126ea3 Mon Sep 17 00:00:00 2001 From: Tianhao Chai Date: Wed, 22 May 2024 21:32:16 -0400 Subject: [PATCH] ci: sigh github... --- .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 86b8f9c..9da5c45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 with: