Skip to content

Commit

Permalink
Replace gcc-9 with gcc-11 for macOS testing.
Browse files Browse the repository at this point in the history
At some point, macos-latest stopped supporting gcc-9, and moved to
gcc-11 and gcc-12.
  • Loading branch information
DimitriPapadopoulos authored and madler committed Aug 14, 2023
1 parent 981ee75 commit c97a8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: macOS GCC
os: macos-latest
compiler: gcc-9
compiler: gcc-11

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: macOS GCC
os: macos-latest
compiler: gcc-9
compiler: gcc-11
configure-args: --warn

- name: macOS Clang
Expand Down

0 comments on commit c97a8f1

Please sign in to comment.