Skip to content

Commit 0f5cadb

Browse files
committed
Try symlink in PATH
1 parent 4c3cf1a commit 0f5cadb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ jobs:
3737
name: build-macos
3838
runs-on: macos-15
3939
env:
40-
CXX: g++-14
40+
CXX: /opt/homebrew/bin/g++
4141
DYLD_LIBRARY_PATH: /opt/homebrew/opt/gcc/lib/gcc/current
4242
steps:
43+
- name: Link g++ -> g++-14
44+
run: ln -sf /opt/homebrew/bin/g++-14 /opt/homebrew/bin/g++
45+
4346
- name: Checkout code
4447
uses: actions/checkout@v4
4548

0 commit comments

Comments
 (0)