From 4651513e3488720692bac68cdc6617c54f64fe36 Mon Sep 17 00:00:00 2001 From: Vasily Kulikov Date: Mon, 21 Oct 2024 22:00:23 +0300 Subject: [PATCH] iw --- .github/workflows/macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 22c0f8d8bf42..19980d5b28b1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,7 +37,9 @@ jobs: - name: Use XCode 15.4 run: | - sudo xcode-select --install + sudo xcode-select -s /Applications/Xcode_15.4.app + which c++ + c++ --version - name: Cache Homebrew Packages id: cache-homebrew-packages