Skip to content

Commit

Permalink
Merge pull request #39 from NTD-Modelling-Consortium/main
Browse files Browse the repository at this point in the history
merge main to NTDMC output date changes
  • Loading branch information
mattg3004 authored Jan 15, 2025
2 parents cda3f58 + c7509f2 commit 9083954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-compilation-across-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ jobs:
Ubuntu-latest:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: |
sudo apt install gsl-bin libgsl-dev
mkdir build && cd build/
cmake .. -DBUILD_TESTS=OFF
cmake --build .
Macos-latest:
strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
os: [macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/format-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
cmake -B build -S . -DBUILD_TESTING=OFF
sudo cmake --build build/ --target install
cd ..
sudo apt install gsl-bin libgsl-dev
mkdir build && cd build/
cmake ..
cmake --build .
Expand Down

0 comments on commit 9083954

Please sign in to comment.