roll back to using ubuntu-22.04 images (#5456)

* roll back to using ubuntu-22.04 images

pending https://github.com/actions/runner-images/issues/11471 resolution, this moves us back to images that were working.

* move test back to latest
This commit is contained in:
Ross Smith 2025-01-28 19:51:03 -05:00 committed by GitHub
parent b5f58997bd
commit 936bd28ae4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 16 additions and 16 deletions

View file

@ -14,7 +14,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
permissions:
# required for all workflows
security-events: write