Skip to content

Commit

Permalink
Update ubuntu-focal workflow
Browse files Browse the repository at this point in the history
- drop ROCm 5.2 testing
- add ROCm 5.6 testing
  • Loading branch information
jrmadsen committed Aug 10, 2023
1 parent 9c91bef commit 295b211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
fail-fast: false
matrix:
compiler: ['g++']
rocm-version: ['5.2', '5.3', '5.4', '5.5']
rocm-version: ['5.3', '5.4', '5.5', '5.6']
mpi-headers: ['OFF']
build-jobs: ['3']
ctest-exclude: ['-LE "mpi-example|transpose"']
Expand Down

0 comments on commit 295b211

Please sign in to comment.