From 4830876a49a20c21dd8f191ec24eb408b8aa5a47 Mon Sep 17 00:00:00 2001 From: Mads Kjeldgaard Date: Thu, 14 Mar 2024 13:58:34 +0100 Subject: [PATCH] ci: Fix missing pluginval path for macOS --- .github/workflows/cmake_build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 9c1ba61..53f9674 100755 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -38,9 +38,8 @@ jobs: os: windows-latest pluginval-binary: ./pluginval.exe - name: macOS - os: macos-latest - pluginval-binary: ./pluginval - + os: macos-14 + pluginval-binary: pluginval.app/Contents/MacOS/pluginval steps: # This is just easier than debugging different compilers on different platforms