From ac4061dbee63834286aa76ab7962868aa8da162e Mon Sep 17 00:00:00 2001 From: Filip W Date: Mon, 17 Nov 2025 18:34:36 +0100 Subject: [PATCH] use macos-latest over macos-15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9c453d..4ad6e0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: path: platforms/python/qsharp-bridge/dist/*.whl build-swift: - runs-on: macos-15 + runs-on: macos-latest steps: - name: Checkout code