diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f26e78a3de..20c55165ed 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ on: jobs: test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 strategy: matrix: @@ -27,7 +27,7 @@ jobs: CI: true lint: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: CI: true coverage: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -53,7 +53,7 @@ jobs: CI: true build-and-test: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4