From 580188c477a80a16a562865fb4b3abf4ea859ce7 Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:17:32 -0800 Subject: [PATCH] Tools: Update CI runner to MacOS 13 (#11308) --- .github/workflows/github-actions-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-main.yml b/.github/workflows/github-actions-main.yml index 71d9124610..3f974a2798 100644 --- a/.github/workflows/github-actions-main.yml +++ b/.github/workflows/github-actions-main.yml @@ -23,7 +23,7 @@ jobs: matrix: # Do not use unbuntu-latest because it causes `The operation was canceled` failures: # https://github.com/actions/runner-images/issues/6709 - os: [macos-12, ubuntu-20.04, windows-2019] + os: [macos-13, ubuntu-20.04, windows-2019] steps: # Trying to fix random networking issues on Windows