ci: Fix macos jobs

latest macos runner image now provide gcc-11
ref: https://github.com/actions/runner-images/blob/macOS-12/20221018.2/images/macos/macos-12-Readme.md
This commit is contained in:
Corentin Le Molgat 2022-10-26 09:42:32 +02:00
parent bc5ae74ea0
commit 19d7d6b32e
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