We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc4d3e commit ac61a46Copy full SHA for ac61a46
.github/workflows/composite-unix/action.yml
@@ -17,6 +17,13 @@ runs:
17
sudo apt update
18
sudo apt install --no-install-recommends ninja-build
19
20
+ - name: MacoS GCC workaround
21
+ shell: bash
22
+ run: sudo xcode-select --switch /Applications/Xcode_15.1.app
23
+ if: runner.os == 'macOS' && ${{ env.CC == 'gcc-13' }}
24
+ # https://docs.brew.sh/Xcode
25
+ # https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb#L20
26
+
27
- run: cmake --preset multi
28
shell: bash
29
0 commit comments