Skip to content

Commit

Permalink
Remove g++-13 Github action workflow (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smidge authored May 23, 2024
1 parent d2cd0b1 commit b084d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
{ os: ubuntu-20.04, c_compiler: gcc-10, cpp_compiler: g++-10 },
{ os: ubuntu-22.04, c_compiler: gcc-11, cpp_compiler: g++-11 },
{ os: ubuntu-22.04, c_compiler: gcc-12, cpp_compiler: g++-12 },
{ os: ubuntu-22.04, c_compiler: gcc-13, cpp_compiler: g++-13 },
]

runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit b084d9a

Please sign in to comment.