From 4d2dee97c7156c6673c2788c03d28f167fcf1b25 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 18 Nov 2024 18:29:37 +0100 Subject: [PATCH] ci(macos): switch to macos-13 runner --- .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 e8b0e92..e245999 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 permissions: actions: read contents: read