From 7440d45237601a1017ab0a8b5a0cf4e2403a7fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20R=C3=B6mer?= Date: Tue, 7 Jan 2025 10:22:53 +0100 Subject: [PATCH] actions update --- .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 0d9c4a9..744cd4d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,10 +6,10 @@ on: jobs: Build: - runs-on: ubuntu-latest strategy: matrix: - cxx: [g++-12, clang++-14] + os: [ubuntu-22.04, ubuntu-latest] + cxx: [g++, clang++] build_type: [Debug, Release] steps: