From 17fdd09640ae67900e496a1e5cbb2c5c912de706 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 25 Mar 2025 10:13:05 +0100 Subject: [PATCH] [GA] update conan profile --- .github/workflows/macos.ga.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.ga.yml b/.github/workflows/macos.ga.yml index 0b3896ee0..a14907b71 100644 --- a/.github/workflows/macos.ga.yml +++ b/.github/workflows/macos.ga.yml @@ -75,6 +75,7 @@ jobs: run: | conan profile new default --detect || true conan profile update settings.compiler.cppstd=20 default + conan profile update settings.build_type=${{ matrix.configuration }} default - name: Install dependencies uses: ./.github/actions/dependencies