Skip to content

Commit

Permalink
Expand matrix to test across recent gcc versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 19, 2023
1 parent 7e28434 commit f7d6f6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [gcc-9, gcc-10, gcc-11, gcc-12, gcc-13]
scheduler: [nemesis, sherwood]
topology: [hwloc, binders, no]
steps:
- uses: actions/checkout@v2
- if: ${{ matrix.compiler == 'gcc-13'}}
run: sudo apt-add-repository -y 'ppa:ubuntu-toolchain-r/test'
- name: install gcc
run: sudo apt-get install ${{ matrix.compiler }}
- name: install hwloc
run: |
sudo apt-get install hwloc libhwloc-dev
Expand Down

0 comments on commit f7d6f6a

Please sign in to comment.