Skip to content

Commit

Permalink
Remove 32-bit coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Dec 22, 2023
1 parent 2aa05a4 commit 0c307af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
include:
- { name: Collect coverage, coverage: yes,
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '32,64' }
compiler: gcc-12, cxxstd: '20', os: ubuntu-22.04, install: 'g++-12-multilib', address-model: '64' }

timeout-minutes: 120
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 0c307af

Please sign in to comment.