From 50ee336f60f73dcbf4ce2c9ff647978b09ac35b3 Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 25 Oct 2024 22:59:17 +0330 Subject: [PATCH] fix build --- .github/workflows/build-qv2ray-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-qv2ray-cmake.yml b/.github/workflows/build-qv2ray-cmake.yml index f56f304..65e8a6b 100644 --- a/.github/workflows/build-qv2ray-cmake.yml +++ b/.github/workflows/build-qv2ray-cmake.yml @@ -154,7 +154,7 @@ jobs: ./libs/deploy_linux64.sh - name: macOS - Generate MakeFile and Build shell: bash - if: matrix.platform == 'macos-13' || matrix.platform == 'macos-14' + if: matrix.platform == 'macos-14' || matrix.platform == 'macos-13' run: | mkdir build cd build