From cf1043ef4a9eabb00a562f15101ec28051a3810a Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Sat, 14 Dec 2024 11:42:07 +0800 Subject: [PATCH] ci: test with macos-13-x64 and macos-latest-aarch64 --- .github/workflows/CI.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d7ac02d..06c6e9a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,10 +27,18 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest + - macos-13 # Intel - windows-latest arch: - x64 + include: + # macos-latest -> Apple Silicon (Need julia >= v1.8) + - os: macos-latest + arch: 'aarch64' + version: 'lts' + - os: macos-latest + arch: 'aarch64' + version: '1' steps: - uses: actions/checkout@v4 - uses: julia-actions/cache@v2