From c7ece9b257f976f5c20099cb0929e02b70c60227 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 7 Sep 2023 19:08:12 +0200 Subject: [PATCH] macos 13 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b99802432..2b4394073 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build-macos: name: AppleClang-C++${{matrix.std}}-${{matrix.build_type}} - runs-on: macos-12 + runs-on: macos-13 strategy: fail-fast: true matrix: