github: Update 'ubuntu-22.04' to 'ubuntu-latest' (#1022)

There was some inconsistency in the GitHub Workflow files on using
'ubuntu-latest' (which gets the latest Ubuntu version) or
'ubuntu-22.04'. To keep things consistent 'ubuntu-latest' is now used in
all cases. This also saves us updating workloads upon release of a new
Ubuntu version.
This commit is contained in:
Bobby R. Bruce
2024-04-15 09:55:56 -07:00
committed by GitHub
parent bdcffdd0f0
commit 630f3822b8
4 changed files with 6 additions and 6 deletions

View File

@@ -304,7 +304,7 @@ jobs:
# I.e., if we want to stop pull requests from being merged if the
# daily tests are failing we can add this job as a required status
# check.
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs:
- unittests-fast-debug
- testlib-long-tests