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 a0ac843 commit e6b1dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
include:
- os: [windows-2022]
exclude:
- {os: ubuntu-20.04, compiler: [{cc: gcc, cxx: g++}]}
#- {os: ubuntu-20.04, compiler: [{cc: gcc, cxx: g++}]}
#- {os: ubuntu-20.04}
- os: ubuntu-20.04
compiler: {cc: gcc, cxx: g++}
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e6b1dae

Please sign in to comment.