Skip to content

Commit

Permalink
CI: use g++ 13 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Jan 7, 2024
1 parent a0312e0 commit e9163ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2022 Morwenn
# Copyright (c) 2021-2024 Morwenn
# SPDX-License-Identifier: MIT

name: MacOS Builds
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
cxx:
- g++-11
- g++-13
config:
# Release build
- build_type: Release
Expand Down

0 comments on commit e9163ac

Please sign in to comment.