Skip to content

Commit

Permalink
ci: Drop now-superfluous gcc 13 matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Dec 1, 2023
1 parent 5400c03 commit cd79580
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
bazel: --test_timeout=120 --run_under="valgrind --leak-check=full --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes --show-leak-kinds=all"
apt: g++-12 valgrind

- name: gcc-13
os: ubuntu-22.04
compiler: gcc
version: 13
apt: g++-13

- name: clang-14-tsan
os: ubuntu-22.04
compiler: clang
Expand Down

0 comments on commit cd79580

Please sign in to comment.