From 6842a1e6e5e44e1e3dc2373c3274b5ace8ac183a Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Thu, 30 Jan 2025 17:28:02 +0000 Subject: [PATCH] Bump circleci compiler versions --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a2f0cb4..3a90612c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"