diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b65caf96cd..ca456c5da6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: release: name: Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout Repo uses: actions/checkout@v3