Skip to content

Commit

Permalink
CI, remove macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Mar 4, 2024
1 parent 648fd7a commit 49f2344
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/Main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,39 +54,6 @@ jobs:
run: cd build && ctest --output-on-failure -j 2
- name: Run simple test
run: mod -e "smiles('O').print()"
macOS-11:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
- name: Install Brew dependencies
run: brew bundle
- name: Install pip dependencies
run: pip3 install -r requirements.txt
- name: Set PATH
run: |
/usr/libexec/path_helper | sed -e 's/^PATH="//' -e 's/"; export PATH;//' | tr ":" "\n" | tail -r >> $GITHUB_PATH
python3 -c 'import os,sysconfig;print(sysconfig.get_path("scripts",f"{os.name}_prefix"))' >> $GITHUB_PATH
- name: Bootstrap
run: ./bootstrap.sh
- name: Configure
run: |
mkdir build
cd build
cmake ../ -DBUILD_DOC=on -DBUILD_TESTING=on
- name: Build
run: cd build && make -j 3
- name: Install
run: cd build && sudo make install
- name: Build tests
run: cd build && make tests -j 3
- name: Run tests
run: cd build && ctest --output-on-failure -j 3
- name: Run simple test
run: mod -e "smiles('O').print()"
macOS-12:
runs-on: macos-12
steps:
Expand Down

0 comments on commit 49f2344

Please sign in to comment.