From 89e979a21afc181fa3d9884012c641cc048fe2bf Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 25 Oct 2024 19:22:19 -0700 Subject: [PATCH] Update Ubuntu runner to 24.04 (#99) --- .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 9b187b6..26fd579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ permissions: jobs: build: name: Build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write id-token: write