Skip to content

Commit

Permalink
Disable the build with Ubuntu 20.04 and GCC in the CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 4, 2023
1 parent 8335265 commit a0ac843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
include:
- os: [windows-2022]
exclude:
- {os: ubuntu-20.04, compiler: [{cc: gcc, cxx: g++}]}
#- {os: ubuntu-20.04}
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a0ac843

Please sign in to comment.