diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 365d318e..41a1e244 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code uses: actions/checkout@v4