From b5052e539e9c31e873fb8f2b8cbf57aceec0117e Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Sun, 3 Sep 2023 14:38:13 +0200 Subject: [PATCH 1/2] Addition of GCC 13 to CI --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f53605d2..0eaf1b365 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - gcc_v: [10, 11, 12] # Version of GFortran we want to use. + gcc_v: [10, 11, 12, 13] # Version of GFortran we want to use. build: [cmake] include: - os: ubuntu-latest From ead1fcbbd467199705da2a75030e23bc37be9efb Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Sun, 3 Sep 2023 14:45:27 +0200 Subject: [PATCH 2/2] update README.md for GCC compilers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad86281ce..6aa3f902c 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ The following combinations are tested on the default branch of stdlib: Name | Version | Platform | Architecture --- | --- | --- | --- -GCC Fortran | 10, 11, 12 | Ubuntu 22.04.2 LTS | x86_64 -GCC Fortran | 10, 11, 12 | macOS 12.6.3 (21G419) | x86_64 +GCC Fortran | 10, 11, 12, 13 | Ubuntu 22.04.2 LTS | x86_64 +GCC Fortran | 10, 11, 12, 13 | macOS 12.6.3 (21G419) | x86_64 GCC Fortran (MSYS) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64 GCC Fortran (MinGW) | 10 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64, i686 Intel oneAPI classic | 2021.1 | Ubuntu 22.04.2 LTS | x86_64