From 461c4acfb78085666f56afeb6540a9f47643be17 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 17 Dec 2025 14:49:46 +0500 Subject: [PATCH] ci: use `macos-15-intel` instead of `macos-13` --- .github/workflows/desktop.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop.tests.yml b/.github/workflows/desktop.tests.yml index 5f64c6178..442ee683b 100644 --- a/.github/workflows/desktop.tests.yml +++ b/.github/workflows/desktop.tests.yml @@ -45,7 +45,7 @@ jobs: test-macos-x64: name: Test macOS x64 needs: build - runs-on: macos-13 + runs-on: macos-15-intel steps: - name: Check out Git repository