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.
pull/841/head
Dimitri Papadopoulos 2 years ago committed by Mark Adler
parent 981ee7570a
commit c97a8f1e67
  1. 2
      .github/workflows/cmake.yml
  2. 2
      .github/workflows/configure.yml

@ -54,7 +54,7 @@ jobs:
- name: macOS GCC
os: macos-latest
compiler: gcc-9
compiler: gcc-11
steps:
- name: Checkout repository

@ -85,7 +85,7 @@ jobs:
- name: macOS GCC
os: macos-latest
compiler: gcc-9
compiler: gcc-11
configure-args: --warn
- name: macOS Clang

Loading…
Cancel
Save