Skip to content

Commit 2863c40

Browse files
authored
Merge pull request #578 from light-curve/copilot/debug-macos-x86-64-packaging
Fix macOS x86_64 packaging: add Homebrew paths for Intel runners
2 parents d178dbe + b700dc7 commit 2863c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
with:
6565
submodules: true
6666

67-
# ARM macOS runner misses some peaces
68-
- name: Set up Homebrew paths on ARM macOS
69-
if: ${{ matrix.os == 'macos-14' }}
67+
# macOS runners need Homebrew paths set up
68+
- name: Set up Homebrew paths on macOS
69+
if: ${{ runner.os == 'macOS' }}
7070
run: |
7171
echo "CPATH=$(brew --prefix)/include:$(brew --prefix)/include/eigen3:${CPATH}" >> $GITHUB_ENV
7272
echo "LIBRARY_PATH=$(brew --prefix)/lib:$(brew --prefix)/lib64:${LIBRARY_PATH}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)