Update workflow runners due to the deprecation of ubuntu-20.04 runners (#102)

* Update runners to `ubuntu-latest`.

The `ubuntu-20.04` runner is deprecated and will be removed.

* Add 'vim' and 'perfetto' to CI docker images

For convenience when using the images locally.
This commit is contained in:
David Galiffi
2025-03-04 19:31:13 -05:00
committed by GitHub
parent a588f53d3e
commit a25554359b
9 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
rocprofiler-systems-ci:
if: github.repository == 'ROCm/rocprofiler-systems'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
@@ -78,7 +78,7 @@ jobs:
rocprofiler-systems-release:
if: github.repository == 'ROCm/rocprofiler-systems'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
+1 -1
View File
@@ -28,7 +28,7 @@ env:
jobs:
installers:
if: github.repository == 'ROCm/rocprofiler-systems'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
+1 -1
View File
@@ -39,7 +39,7 @@ env:
jobs:
opensuse:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: dgaliffiamd/rocprofiler-systems:ci-base-opensuse-${{ matrix.os-release }}
strategy:
+1 -1
View File
@@ -17,7 +17,7 @@ env:
jobs:
release:
if: github.repository == 'ROCm/rocprofiler-systems'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
+1 -1
View File
@@ -39,7 +39,7 @@ env:
jobs:
ubuntu-jammy-external:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: dgaliffiamd/rocprofiler-systems:ci-base-ubuntu-22.04
strategy:
+1 -1
View File
@@ -39,7 +39,7 @@ env:
jobs:
ubuntu-noble:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: dgaliffiamd/rocprofiler-systems:ci-base-ubuntu-24.04
strategy: