Replace retired ubuntu 20.04 runner

This commit is contained in:
Viktor Liu
2025-04-22 10:36:04 +02:00
parent 1a6d6b3109
commit 1e273c9017

View File

@@ -545,7 +545,7 @@ jobs:
test_client_on_docker:
name: "Client (Docker) / Unit"
needs: [ build-cache ]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v5