Skip to content

Commit

Permalink
Remove CI compiler version for Linux build
Browse files Browse the repository at this point in the history
- Just take the default one offered in the image
- It removes the burden of iterating the version each time
  • Loading branch information
tobiolo committed May 19, 2024
1 parent 1c5d660 commit 2d72185
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 @@ -16,7 +16,7 @@ jobs:
contents: write
strategy:
matrix:
cxx: [g++-13, clang++-15]
cxx: [g++, clang++]
steps:
- uses: actions/checkout@v4
- name: apt update
Expand Down

0 comments on commit 2d72185

Please sign in to comment.