Skip to content

Commit

Permalink
fix(ci): Fixed gcc paths in macos jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed May 17, 2024
1 parent 1e958b2 commit 618d096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,17 +507,17 @@ jobs:
matrix:
C_COMPILER:
- /usr/bin/clang
- /usr/local/bin/gcc-11
- /usr/local/bin/gcc-13
- gcc-11
- gcc-13
GEN:
- Xcode
- Ninja Multi-Config
STD: [99, 11, 17]
exclude:
# These entries are excluded, since XCode selects its own compiler
- C_COMPILER: /usr/local/bin/gcc-11
- C_COMPILER: gcc-11
GEN: Xcode
- C_COMPILER: /usr/local/bin/gcc-13
- C_COMPILER: gcc-13
GEN: Xcode
env:
CFLAGS: -Wall -Wextra -pedantic -Werror
Expand Down

0 comments on commit 618d096

Please sign in to comment.