From a48f42db313752ca6060b1915a46e883e7341b58 Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Tue, 4 Nov 2025 23:05:04 +0100 Subject: [PATCH] chore: migrate GitHub macos runners https://github.com/actions/runner-images/issues/13046 --- .github/workflows/test-launchers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-launchers.yml b/.github/workflows/test-launchers.yml index cce861d06f35..64f7b2250dcc 100644 --- a/.github/workflows/test-launchers.yml +++ b/.github/workflows/test-launchers.yml @@ -45,7 +45,7 @@ jobs: mac-x86_64: name: Deploy and Test on Mac x64 architecture - runs-on: macos-13 + runs-on: macos-15-intel if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.body, '[skip ci]') ) || (github.event_name == 'workflow_dispatch' && github.repository == 'scala/scala3' ) steps: