From e51a5288386abe867683421bd09a1a501dc3bf87 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 11 May 2024 11:02:13 +0000 Subject: [PATCH] ci: pin macOS-12 --- .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 3f01a94..9a1b571 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,7 +18,7 @@ concurrency: jobs: build: name: Build - runs-on: macOS-latest + runs-on: macOS-12 steps: - uses: actions/checkout@v1