From e47ab56e71a35f21efb60377d9d40793bd3c9cd5 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Wed, 25 Oct 2023 14:24:42 -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 24c70718b..b237bd529 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -24,20 +24,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