Downgrade tests requiring Docker from Ubuntu latest to Ubuntu 22.04

Attempts to resolve containers immediately exiting for some specific test runs.
This commit is contained in:
Luke Parker
2025-08-09 03:37:44 -04:00
parent 60e55656aa
commit 5c895efcd0
8 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ on:
jobs:
# Only run these once since they will be consistent regardless of any node
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
@@ -43,7 +43,7 @@ jobs:
# Doesn't run unit tests with features as the tests workflow will
integration-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Test against all supported protocol versions
strategy:
matrix: