From 7c6545d1bdabca0a026ec7f4a1790ce1a51fc2f3 Mon Sep 17 00:00:00 2001 From: chammard Date: Wed, 26 Jun 2024 17:03:12 -0700 Subject: [PATCH 1/2] Upgrade to macos-12 in native builds CI --- .github/workflows/native-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 4d9b547e5..7d85a78af 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -101,7 +101,7 @@ jobs: matrix = { "run": [ { - "runner": "macos-11", + "runner": "macos-12", "tag": "macosx_10_9_universal2" }, { From 0e3f8c71c4d424c062b0726e07fe89db891177a9 Mon Sep 17 00:00:00 2001 From: M Starch Date: Mon, 1 Jul 2024 13:41:05 -0700 Subject: [PATCH 2/2] Fixing macos tag to match version --- .github/workflows/native-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 7d85a78af..89d93605c 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -102,7 +102,7 @@ jobs: "run": [ { "runner": "macos-12", - "tag": "macosx_10_9_universal2" + "tag": "macosx_12_0_universal2" }, { "runner": "ubuntu-latest",