build-docker.yml: ubuntu-22.04 runner

This commit is contained in:
alan 2024-02-26 16:33:25 +00:00 committed by GitHub
parent 6c995b888d
commit 2d7ca0e88b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: ./.github/workflows/run-tests.yml
build-docker-amd64:
needs: [tests]
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with: