Skip to content

Commit

Permalink
Merge branch 'release/rocm-rel-6.3' into 6.3/combined-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD authored Dec 4, 2024
2 parents f4a2f55 + 71a5e27 commit f60d928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ jobs:
fail-fast: false
matrix:
compiler: ['g++']
rocm-version: ['6.2']
rocm-version: ['6.2', 'latest']
mpi-headers: ['ON']
build-jobs: ['3']
build-jobs: ['2']
ctest-exclude: ['-LE "transpose"']

env:
Expand All @@ -265,7 +265,7 @@ jobs:
max_attempts: 5
command: |
apt-get update &&
apt-get install -y software-properties-common wget gnupg2 &&
apt-get install -y gnupg2 software-properties-common wget &&
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - &&
echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{ matrix.rocm-version }}/ ubuntu main" | tee /etc/apt/sources.list.d/rocm.list &&
apt-get update &&
Expand Down

0 comments on commit f60d928

Please sign in to comment.