From 6c744b838ecbfaad3b06a6e0b0f9eda720639735 Mon Sep 17 00:00:00 2001 From: gnikit Date: Mon, 3 Jun 2024 23:20:23 +0100 Subject: [PATCH] ci: GCC-13 has been removed from GA runners See https://github.com/actions/runner-images/issues/9866 --- .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 465d2558e5..16025d299a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-11, windows-latest] - gcc_v: [10,11,12,13] # Version of GFortran we want to use. + gcc_v: [10,11,12] # Version of GFortran we want to use. include: - os: ubuntu-latest os-arch: linux-x86_64