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:
parent
981ee7570a
commit
c97a8f1e67
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
- name: macOS GCC
|
||||
os: macos-latest
|
||||
compiler: gcc-9
|
||||
compiler: gcc-11
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
2
.github/workflows/configure.yml
vendored
2
.github/workflows/configure.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- name: macOS GCC
|
||||
os: macos-latest
|
||||
compiler: gcc-9
|
||||
compiler: gcc-11
|
||||
configure-args: --warn
|
||||
|
||||
- name: macOS Clang
|
||||
|
Loading…
Reference in New Issue
Block a user