We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966f208 commit 95bb059Copy full SHA for 95bb059
1 file changed
.github/workflows/build-macos.yml
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2021-2025 Morwenn
+# Copyright (c) 2021-2026 Morwenn
2
# SPDX-License-Identifier: MIT
3
4
name: MacOS Builds
@@ -23,14 +23,14 @@ on:
23
24
jobs:
25
build:
26
- runs-on: macos-13
+ runs-on: macos-14
27
28
strategy:
29
fail-fast: false
30
matrix:
31
config:
32
# Release build
33
- - cxx: g++-12
+ - cxx: g++-13
34
build_type: Release
35
- cxx: clang++
36
0 commit comments