From 11d4c985c67ca2589fe08ba5f9c2ffb566b90613 Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Mon, 29 Apr 2024 16:25:40 +0100 Subject: [PATCH] Run CI on both types of Mac --- .github/workflows/test_and_deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 3c52208..a6af755 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -33,7 +33,9 @@ jobs: os: [ubuntu-latest] # Include one windows and macos run include: - - os: macos-latest + - os: macos-13 # Intel Mac + python-version: "3.11" + - os: macos-latest # ARM Mac python-version: "3.11" - os: windows-latest python-version: "3.11" @@ -43,7 +45,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - # these libraries enable testing on Qt on linux - uses: pyvista/setup-headless-display-action@v2 with: