Skip to content
Prev Previous commit
Next Next commit
let us go with defaults
  • Loading branch information
Daniel Lemire committed Nov 18, 2024
commit fbe840f5963d9bdc54fa516f4482bb93ac9ae130
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
shared: [ON, OFF]
cxx: [g++-12, clang++-14]
cxx: [g++, clang++]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Ninja
Expand Down
Loading