From c97a8f1e6771a7c7202c40fb5127e914866cd7ed Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:28:31 +0200 Subject: [PATCH] Replace gcc-9 with gcc-11 for macOS testing. At some point, macos-latest stopped supporting gcc-9, and moved to gcc-11 and gcc-12. --- .github/workflows/cmake.yml | 2 +- .github/workflows/configure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 64aa12c6f..d15fda860 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -54,7 +54,7 @@ jobs: - name: macOS GCC os: macos-latest - compiler: gcc-9 + compiler: gcc-11 steps: - name: Checkout repository diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 712c72344..e78392112 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -85,7 +85,7 @@ jobs: - name: macOS GCC os: macos-latest - compiler: gcc-9 + compiler: gcc-11 configure-args: --warn - name: macOS Clang