From 7974ffc8ecb50d1101e18ae4b33298667e8787df Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 27 Jul 2024 09:22:20 -0400 Subject: [PATCH] add ubuntu 24.04 to the matrix --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4c8669d..20ce9fa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, windows-2019, windows-2022] + os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, windows-2019, windows-2022] qt_version: [5.12.12, 5.15.2, 6.4.0] shared: [ON, OFF]