From 3504ff85923b8340eaf1d454f43b629bbec11750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Sun, 15 Sep 2024 22:31:15 +0200 Subject: [PATCH] Updated the GitHub macOS runner --- .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 b179be36e..f492cc32c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ env: jobs: macos-static: - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v3 with: {submodules: 'recursive', fetch-depth: 0, fetch-tags: true}