From 72a6665f4fab8f58a529be5db7fb3bdf0e6712b5 Mon Sep 17 00:00:00 2001 From: abose Date: Thu, 5 Dec 2024 11:21:47 +0530 Subject: [PATCH] fix: macos-12 is deprecated in github, moving to macos-13 --- .github/workflows/desktop-mac-test-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-mac-test-pull.yml b/.github/workflows/desktop-mac-test-pull.yml index 8892d12aaa..ae9a92c5c7 100644 --- a/.github/workflows/desktop-mac-test-pull.yml +++ b/.github/workflows/desktop-mac-test-pull.yml @@ -9,7 +9,7 @@ concurrency: jobs: test-desktop-mac: - runs-on: macos-12 + runs-on: macos-13 timeout-minutes: 90 steps: - uses: actions/checkout@v3