From cf0393b91bb87e9731b2f31a4bc32a15925c9dec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 10:23:48 +0000 Subject: [PATCH] chore(deps): update dependency macos to v14 --- .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 72a1d9d3..7a124adc 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-14 timeout-minutes: 90 steps: - uses: actions/checkout@v4