From 585b1061ed6114e4ac5af9f0315dcce3f06d76b2 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 1 Mar 2024 08:58:00 -0500 Subject: [PATCH] Reorder these --- .github/workflows/build-and-test-linux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-linux.yaml b/.github/workflows/build-and-test-linux.yaml index 3423e2f0..e75e1d61 100644 --- a/.github/workflows/build-and-test-linux.yaml +++ b/.github/workflows/build-and-test-linux.yaml @@ -51,10 +51,10 @@ jobs: # ubuntu-20.04 - os: ubuntu-20.04 compiler: gcc - compiler_version: 12 + compiler_version: 11 - os: ubuntu-20.04 compiler: gcc - compiler_version: 11 + compiler_version: 12 - os: ubuntu-20.04 compiler: clang compiler_version: 13