From e693453c5accf17ad9c53cd11f54c81542b934cb Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 5 Oct 2023 20:45:30 +0200 Subject: [PATCH] wip --- .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 51cf7ffb6..e3e354425 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: