From 167bdc577591396f3ba6622032c10e1c7de580e5 Mon Sep 17 00:00:00 2001 From: Mahesh Bandara Wijerathna Date: Tue, 25 Jun 2024 11:01:23 +0530 Subject: [PATCH] Fix macOS x64 builds --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3311a078..3a980027 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-latest + - macos-13 - macos-14 - windows-2019 node: @@ -84,7 +84,7 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-latest + - macos-13 - macos-14 - windows-2019 name: Prebuild on ${{ matrix.os }}