From c5baff754c83f75613820b10c15cdd4610dda0ad Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Fri, 31 Jan 2025 23:38:10 +0100 Subject: [PATCH] [GitHub] Try to use macOS-13 --- .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 41bc654dc5..69de969ffb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - runs-on: macos-latest + runs-on: macOS-13 steps: - uses: actions/checkout@v2