diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 99704a4b..ce11d6ee 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -23,20 +23,13 @@ jobs: download_requirements: [sudo apt install -y -qq gfortran liblapack-dev libmetis-dev libnauty2-dev] include: - os: macos-13 - arch: auto build_static: false flags: CC=clang OSX=13 download_requirements: brew install metis bash - os: macos-13 - arch: auto build_static: false flags: CC=gcc-13 CXX=g++-13 OSX=13 download_requirements: brew install metis bash - - os: macos-13 - arch: arm64 - build_static: false - flags: CC=clang OSX=13 - download_requirements: brew install metis bash steps: - name: Checkout source uses: actions/checkout@v3