From: Mika Lindqvist Date: Thu, 19 Jan 2023 00:01:11 +0000 (+0200) Subject: Change configure workflow to use gcc-11 for MacOS X-Git-Tag: 2.1.0-beta1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12c6a3a69204e31c75688395496c8a95f8734fd;p=thirdparty%2Fzlib-ng.git Change configure workflow to use gcc-11 for MacOS * gcc-9 is not installed on macos-latest runner --- diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 48651fa6c..c2927f73b 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -171,17 +171,17 @@ jobs: - name: macOS GCC Symbol Prefix os: macOS-latest - compiler: gcc-9 + compiler: gcc-11 configure-args: --sprefix=zTest_ - name: macOS GCC Symbol Prefix & Compat os: macOS-latest - compiler: gcc-9 + compiler: gcc-11 configure-args: --zlib-compat --sprefix=zTest_ - name: macOS GCC os: macOS-latest - compiler: gcc-9 + compiler: gcc-11 configure-args: --warn steps: