From 0501c2f93e6bdf2f2db627c3627f9ea99f46da0a Mon Sep 17 00:00:00 2001 From: Roman Mazeev Date: Sun, 2 Feb 2025 05:50:35 +0100 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