From 5ded73ce71919bd37633e54a08a688eda2a48c9f Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 18 Dec 2024 21:18:13 +0100 Subject: [PATCH] fix deprecated macos CI runner version --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 7d5d85d6..4cbc9f27 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -98,7 +98,7 @@ jobs: path: ${{runner.workspace}}/sdrpp_windows_x64.zip build_macos_intel: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4