From c31beeddfa04d8fda6e93ba8b18f693c2026aa0a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 20 Jan 2025 17:01:45 -0500 Subject: [PATCH] actions: use ubuntu-24.04 instead of ubuntu-latest --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d888080..31218c05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1005,7 +1005,7 @@ jobs: merge: if: (github.event_name == 'push' || github.event_name == 'schedule') - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: build permissions: contents: write @@ -1019,7 +1019,7 @@ jobs: publish: if: github.event_name == 'push' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: merge permissions: contents: write