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.
This commit is contained in:
Dimitri Papadopoulos 2023-08-06 14:28:31 +02:00 committed by Mark Adler
parent 981ee7570a
commit c97a8f1e67
2 changed files with 2 additions and 2 deletions

View File

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

View File

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