Skip to content

Commit

Permalink
CI: correct PATH; exclude (macOS, GCC) case
Browse files Browse the repository at this point in the history
because macOS has clang already, and the additional cost
of including tests on macOS with GCC does not seem motivated yet.
  • Loading branch information
slivingston committed Nov 13, 2024
1 parent 05bbe1d commit 84a11ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
macos-latest,
]
cc: ['gcc', 'clang']
exclude:
- os: macos-latest
cc: gcc
env:
CC: ${{ matrix.cc }}
PATH: /opt/homebrew/opt/flex/bin:/opt/homebrew/opt/bison/bin:$PATH
steps:
- uses: actions/checkout@v4
- name: Install packages via Brew if macOS
Expand Down

0 comments on commit 84a11ff

Please sign in to comment.