Attempt using rootless Docker in CI via the setup-docker-action

Restores using ubuntu-latest.

Basically, at some point in the last year the existing Docker e2e tests started
failing. I'm unclear if this is an issue with the OS, the docker packages, or
what. This just tries to find a solution.
This commit is contained in:
Luke Parker
2025-08-09 12:26:26 -04:00
parent 8b60feed92
commit 68c7acdbef
9 changed files with 33 additions and 14 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-22.04
runs-on: ubuntu-latest
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-22.04
runs-on: ubuntu-latest
# Test against all supported protocol versions
strategy:
matrix: