Skip to content

Commit

Permalink
HIP CI use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 22, 2024
1 parent 17ee8a7 commit ebdb56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
Tests-cmake:
name: HIP Tests & CMake
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Dependencies
Expand All @@ -53,7 +53,7 @@ jobs:
Tutorials-cmake:
name: HIP Tutorials & CMake
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Dependencies
Expand Down

0 comments on commit ebdb56b

Please sign in to comment.