Skip to content

Commit

Permalink
Fixed a typo in rocm-version for RHEL 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD committed Oct 10, 2024
1 parent 44c8c6a commit 942dd1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
fail-fast: false
matrix:
include:
# ubuntu 18.04
- os-distro: "ubuntu"
os-version: "18.04"
rocm-version: "0.0"
# ubuntu 20.04
- os-distro: "ubuntu"
os-version: "20.04"
Expand Down Expand Up @@ -235,7 +231,7 @@ jobs:
rocm-version: "6.0"
- os-distro: "rhel"
os-version: "9.3"
rocm-version: "6.3"
rocm-version: "6.1"
- os-distro: "rhel"
os-version: "9.3"
rocm-version: "6.2"
Expand Down

0 comments on commit 942dd1c

Please sign in to comment.