From e14bfc308c0652f02261ca74b37a6ac314510c16 Mon Sep 17 00:00:00 2001 From: Danil Bubnov Date: Fri, 5 Jul 2024 12:38:17 +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 9b72e56..f99d201 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