Skip to content

Commit

Permalink
Removing arm64 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Oct 25, 2023
1 parent 600f3f3 commit 4f7d054
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f7d054

Please sign in to comment.