Skip to content

Commit

Permalink
Bump circleci compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 30, 2025
1 parent 8b9bc5d commit 6842a1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ workflows:
# name: "test-gcc-11"
# compiler: "gcc"
# version: "11"
# - test:
# name: "test-gcc-12"
# compiler: "gcc"
# version: "12"
- test:
name: "test-gcc-12"
name: "test-gcc-13"
compiler: "gcc"
version: "12"
version: "13"
- test:
name: "test-clang-11"
compiler: "clang"
Expand Down

0 comments on commit 6842a1e

Please sign in to comment.