From 3143005a9ba1171f9b8cce5e29c12d10fb493052 Mon Sep 17 00:00:00 2001 From: Christian Halaszovich Date: Fri, 7 Jun 2024 10:34:20 +0200 Subject: [PATCH] Update cmake.yml: re-enable ubuntu-latest build --- .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 25e392e..71f15f0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, ubuntu-latest] # os: [windows-latest, ubuntu-latest, macos-13] qt_version: ['6.7.0'] # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.