From 16d774d5c32dea975a3cfe45d7d6d5eb90aaf1b5 Mon Sep 17 00:00:00 2001 From: Volodymyr Vovchenko Date: Wed, 25 Sep 2024 14:04:45 -0500 Subject: [PATCH] Sync --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bba1851..6d2d4f8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,15 +20,15 @@ jobs: matrix: os: - ubuntu-latest - prefix: "bin/examples/" + prefix: bin/examples/ - ubuntu-20.04 - prefix: "bin/examples/" + prefix: bin/examples/ - macos-13 - prefix: "bin/examples/" + prefix: bin/examples/ - macos-latest - prefix: "bin/examples/" + prefix: bin/examples/ - windows-latest - prefix: "bin/examples/Release/" + prefix: bin/examples/Release/ qts: [6.2.0, 5.15.2]