From c0e589afeb5be9f6b094f989163767f616afc9ff Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Mon, 20 May 2024 11:28:27 -0700 Subject: [PATCH] Update macOS from 11 to 12. macOS 11 runner image will be removed from Github on 2024/6/28. --- .github/workflows/installer-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer-macos.yml b/.github/workflows/installer-macos.yml index a62cac76436..6790fd1c15d 100644 --- a/.github/workflows/installer-macos.yml +++ b/.github/workflows/installer-macos.yml @@ -54,7 +54,7 @@ jobs: build_type: ${{fromJson(needs.matrix_prep.outputs.build_type)}} os: ["macos-11", "macos-14"] include: - - os: "macos-11" + - os: "macos-12" pyver: "3.9.14" - os: "macos-14" pyver: "3.10.11"