From 855f1d0b145edd00ba0d68de8c74c765384a3268 Mon Sep 17 00:00:00 2001 From: graphenn Date: Sat, 25 May 2024 09:13:46 +0800 Subject: [PATCH] test --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f32c79..56f7666 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: + # macos-12 is x86_64, macos-14 is arm64 os: [ubuntu-22.04, macos-12, macos-14] python-version: ["pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] @@ -109,7 +110,7 @@ jobs: - name: Install macOS build prerequisites if: runner.os == 'macOS' run: | - brew install automake libdeflate + sudo brew install automake libdeflate - name: Install run: |