diff --git a/.github/workflows/client-builder.yml b/.github/workflows/client-builder.yml index 3d1f738..44bfe4a 100644 --- a/.github/workflows/client-builder.yml +++ b/.github/workflows/client-builder.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout Repository uses: actions/checkout@v3