diff --git a/.github/workflows/gitsite.yml b/.github/workflows/gitsite.yml index 4cc2e72..b4555d2 100644 --- a/.github/workflows/gitsite.yml +++ b/.github/workflows/gitsite.yml @@ -29,7 +29,7 @@ concurrency: jobs: # Build job build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3