Skip to content

Commit

Permalink
ci: Remove gcc from macos matrix
Browse files Browse the repository at this point in the history
Turns out gcc on macos by default is just an alias for clang, so these
configurations were adding no value at all.
  • Loading branch information
arcady-lunarg committed Nov 26, 2024
1 parent 10fb91c commit 0099ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-14, macos-13]
compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
compiler: [{cc: clang, cxx: clang++}]
cmake_build_type: [Debug, Release]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 0099ed6

Please sign in to comment.