From 5bcd35b907d28433a9cd10ea4ef8ecfe9f90cc98 Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Sat, 12 Jul 2025 10:23:59 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 41f069a..ecb78d0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,13 +2,13 @@ name: CMake on: push: - branches: [ "master", "actions" ] + branches: [ "master", "actions", "fix-ci" ] pull_request: branches: [ "master" ] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: