From 20b6226ba35ceffbae28e1c2de71152cc7453dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Fri, 12 Sep 2025 11:24:02 +0000 Subject: [PATCH] Update Darwin build job to use macOS 13 for consistency --- .github/workflows/pr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 5ea33c7..7c1c586 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -74,7 +74,7 @@ jobs: path: agent-${{matrix.architecture}}.tar build-darwin: - runs-on: macos-13-xlarge + runs-on: macos-13 permissions: contents: write strategy: