From 920535b192db98cb24d89afe5280973897f78989 Mon Sep 17 00:00:00 2001 From: PraneethJain Date: Mon, 10 Jun 2024 16:40:59 +0530 Subject: [PATCH] CI: macos13 for x64 and macos14 for aarch64 --- .github/workflows/test-linux-mac.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-linux-mac.yml b/.github/workflows/test-linux-mac.yml index 4dcc5c3..6d6a3bc 100644 --- a/.github/workflows/test-linux-mac.yml +++ b/.github/workflows/test-linux-mac.yml @@ -23,16 +23,17 @@ jobs: - "1.10" - "nightly" os: - - macos-14 + - macos-13 - ubuntu-latest arch: - x64 - - aarch64 - exclude: - - os: ubuntu-latest + include: + - os: macos-14 arch: aarch64 - - version: 1.6 + version: "1.10" + - os: macos-14 arch: aarch64 + version: "nightly" steps: - uses: actions/checkout@v4 with: