From ad86bf8dc86b4b3cb2e99bcb45d43a859018540e Mon Sep 17 00:00:00 2001 From: Uladzislau Nikalayevich Date: Fri, 17 May 2024 18:22:29 +0300 Subject: [PATCH] Set macOS builder version to macOS-13 (PR #3375) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6b494a7548..ccbbac656e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: macOS: name: macOS - runs-on: macOS-latest + runs-on: macOS-13 steps: - uses: actions/checkout@v4