From 381896aa92a954feabae9d4f2ba0ad3fd8b0508b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 15 Aug 2025 17:23:51 +0200 Subject: [PATCH] ci: Run on ubuntu-24.04 instead of ubuntu-latest I prefer to avoid *-latest tags. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 15ae6daf..3502d94d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -337,7 +337,7 @@ jobs: build_windows_binary: timeout-minutes: 30 - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: -- 2.47.3