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
کامیت شده توسط GitHub
والد a588f53d3e
کامیت a25554359b
9فایلهای تغییر یافته به همراه14 افزوده شده و 15 حذف شده
@@ -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: