Skip to content

Commit

Permalink
linux_and_macos.yml: Bump macOS 12 GCC from 12 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Jan 29, 2024
1 parent 35a8b55 commit c62314c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
clang_repo_suffix: -18
runs-on: ubuntu-latest
# macOS
- cc: gcc-12
cxx: g++-12
- cc: gcc-13
cxx: g++-13
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-12
Expand Down

0 comments on commit c62314c

Please sign in to comment.