Skip to content

Commit

Permalink
chore: simplify build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Nov 3, 2024
1 parent 15774c4 commit 427c869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [g++-12, clang++]
compiler: [g++, clang++]
os: [macos-12]
build_type: [Release, Debug]

Expand Down

0 comments on commit 427c869

Please sign in to comment.