From 98d751e1056d364ba2b35f1c83979fd8d83c2e34 Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Wed, 31 Jan 2024 13:25:23 +0900 Subject: [PATCH] feat(ci): run unit tests and check build on M1 Mac (#1158) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebf891d3f..3424c4cd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ jobs: - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-apple-darwin, os: macos-latest } - { target: aarch64-apple-ios, os: macos-latest } + - { target: aarch64-apple-darwin, os: macos-14 } - { target: aarch64-linux-android, os: ubuntu-latest } runs-on: ${{ matrix.platform.os }}