Skip to content

Commit

Permalink
Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Jul 25, 2024
1 parent 8840330 commit 9fb05f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build_docker:
strategy:
matrix:
target: [gcc12, gcc13, clang13, clang15, hip5.6, intel2024, intel2024_sycl]
target: [gcc12, gcc13, clang13, clang15, rocm5.6, rocm5.6_desul, intel2024, intel2024_sycl]
runs-on: ubuntu-latest
steps:
- run: |
Expand Down

0 comments on commit 9fb05f0

Please sign in to comment.