From 3f315c11225367e480760091fa7da98e6af8aea3 Mon Sep 17 00:00:00 2001 From: likepeng Date: Fri, 6 Dec 2024 22:42:54 +0800 Subject: [PATCH] macos workflow runs-on macos-latest --- .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 d35edd4..41ad418 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-latest permissions: actions: read contents: read