From d869850423b832b41b955f988647130f9ccce873 Mon Sep 17 00:00:00 2001 From: Mike Chang Date: Tue, 20 Aug 2024 17:14:26 -0700 Subject: [PATCH] Update build image to MacOS 13 x86 (#261) This update changes the build image to MacOS 13, which is the last supported free Github Actions runner image on x86. The purpose is to support 3p usage for x86 Macs This is based on the image list list here: https://github.com/actions/runner-images?tab=readme-ov-file#available-images Signed-off-by: Mike Chang --- .github/workflows/build-package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-package.yaml b/.github/workflows/build-package.yaml index 69e3935e..2a224340 100644 --- a/.github/workflows/build-package.yaml +++ b/.github/workflows/build-package.yaml @@ -43,7 +43,7 @@ jobs: OS_RUNNER="windows-latest" # This is bundled with VS2022 ;; darwin) - OS_RUNNER="macos-latest" + OS_RUNNER="macos-13" # Use x86 runner image. Latest uses ARM64 ;; *) OS_RUNNER="windows-latest" # default