Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed Apr 23, 2024
1 parent 7e3c75f commit de07e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fail-fast: false
matrix:
compiler:
- { descr: "clang14", GCC: "clang-14", GXX: "clang++-14" }
- { descr: "clang14", GCC: "clang", GXX: "clang++" }
options:
- { descr: "64", MARCH: "-m64" }
name: Build on MacOS with ${{matrix.compiler.descr}}/${{matrix.options.descr}}
Expand Down

0 comments on commit de07e97

Please sign in to comment.