Skip to content

Commit

Permalink
Update redhat workflow
Browse files Browse the repository at this point in the history
- Test RedHat 9.1 + ROCm 5.5
- Test RedHat 9.1 + ROCm 5.6
  • Loading branch information
jrmadsen committed Aug 10, 2023
1 parent abc5771 commit 9c91bef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
os-release: [ '8.7', '9.0', '9.1' ]
rocm-version: [ '0.0', '5.3', '5.4' ]
build-type: ['Release']
include:
- compiler: 'g++'
os-release: '9.1'
rocm-version: '5.5'
build-type: 'Release'
- compiler: 'g++'
os-release: '9.1'
rocm-version: '5.6'
build-type: 'Release'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9c91bef

Please sign in to comment.