From 2da33e03419b0858e1aaa78bab67fba206d7d486 Mon Sep 17 00:00:00 2001 From: Bruce Collie Date: Tue, 10 Oct 2023 11:42:51 +0100 Subject: [PATCH] Use `macos-13` everywhere (#3697) A recent change to update the version of macOS we use to perform Homebrew CI has led to the versions getting out of sync; this PR ensures that they're consistent. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 123bc642ee2..17a920fdfab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -302,7 +302,7 @@ jobs: macos-test: name: 'Test MacOS Package' - runs-on: macos-11 + runs-on: macos-13 timeout-minutes: 60 environment: production needs: [macos-build, set-release-id]