From b7a37049ff7275c5c00cc0a291ca51a2acd17266 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Wed, 25 Oct 2023 14:22:25 -0400 Subject: [PATCH] Removing arm64 stuff --- .github/workflows/linux-ci.yml | 7 ------- 1 file changed, 7 deletions(-) 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