From ecdd1f05594ba8e5c9b87a57e4f9f4d3230837d0 Mon Sep 17 00:00:00 2001 From: Danil Bubnov Date: Fri, 5 Jul 2024 12:24:08 +0300 Subject: [PATCH] MacOS Arm build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d75404a..90fcd1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-12, macos-14, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository