From 08e9d2b097e35991dbce0fec2b3d00e8c3a61910 Mon Sep 17 00:00:00 2001 From: Luke Parry Date: Sun, 17 Dec 2023 00:23:02 +0000 Subject: [PATCH] Fix for github action --- .github/workflows/pythonpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 0101563..0df1c04 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, macos-latest, macos-13, windows-latest] exclude: - os: ubuntu-latest - python-version: '3.12' + python-version: '3.12' steps: - uses: actions/checkout@v2 @@ -39,7 +39,7 @@ jobs: sudo apt-get update -qq -y sudo apt-get install -qq -y libglu1-mesa build-essential libeigen3-dev - name: Install Brew On Mac OS - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' run: | brew install eigen - name: Install dependencies