Skip to content

Commit

Permalink
Update linux-ci.yml for updated OS
Browse files Browse the repository at this point in the history
Compared to Cbc master linux-ci
  • Loading branch information
jhmgoossens authored Feb 4, 2024
1 parent 2b9a26e commit 60a6389
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
release:
types:
- created
workflow_dispatch:

jobs:
test:
Expand All @@ -24,17 +23,13 @@ jobs:
flags: [ADD_CXXFLAGS=-fvisibility=hidden]
download_requirements: [sudo apt install -y -qq gfortran liblapack-dev libmetis-dev libnauty2-dev]
include:
- os: macos-12
- os: macos-13
build_static: false
flags: CC=clang CXX=clang++ OSX=12
flags: CC=clang OSX=13
download_requirements: brew install metis bash
- os: macos-12
- os: macos-13
build_static: false
flags: CC=gcc-11 CXX=g++-11 OSX=12
download_requirements: brew install metis bash
- os: macos-12
build_static: false
flags: CC=gcc-12 CXX=g++-12 OSX=12
flags: CC=gcc-13 CXX=g++-13 OSX=13
download_requirements: brew install metis bash
steps:
- name: Checkout source
Expand Down

0 comments on commit 60a6389

Please sign in to comment.