Skip to content

Commit

Permalink
Run CI on both types of Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Apr 29, 2024
1 parent d27d63d commit 11d4c98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 11d4c98

Please sign in to comment.