From a2eac36ecff3e284d497a986658b147e702de327 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 18 Nov 2024 18:18:02 +0100 Subject: [PATCH] ci(macos): switch to macos-15 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 e8b0e9234..78416f427 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-15 permissions: actions: read contents: read