Skip to content

Commit

Permalink
Revert "Also test on Ubuntu 22.04 LTS"
Browse files Browse the repository at this point in the history
This reverts commit 1912951.
ROCm currently cannot be installed on 22.04.
  • Loading branch information
nilsfriess committed Jun 23, 2022
1 parent 1912951 commit 18670fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_hipsycl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
clang_version: [13]
rocm_version: ['5.1.1']
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 18670fa

Please sign in to comment.