From 23f3ea8cf106484a162ec10a11fccdf27674955c Mon Sep 17 00:00:00 2001 From: Roman Mazeev Date: Thu, 27 Jun 2024 15:41:52 +0200 Subject: [PATCH] Update runner macOS version --- .github/workflows/Build and test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build and test.yml b/.github/workflows/Build and test.yml index 0073096..ae51163 100644 --- a/.github/workflows/Build and test.yml +++ b/.github/workflows/Build and test.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v3