diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0a32122e9..4154ef2ae2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ permissions: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout @@ -37,15 +37,17 @@ jobs: vale: if: ${{ github.event_name == 'pull_request' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 + env: + PIP_BREAK_SYSTEM_PACKAGES: 1 with: files: content validate: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -76,7 +78,7 @@ jobs: # build-releaser job will just build _releaser app used for Netlify and # AWS deployment in publish workflow. it's just to be sure it builds correctly. build-releaser: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d52951b052..8be67f66a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ permissions: jobs: publish: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository_owner == 'docker' steps: - diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a9405b2584..bdaa6a0e52 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,7 +9,7 @@ on: jobs: labeler: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read pull-requests: write diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 5ac513fc64..efad30ce8f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -13,7 +13,7 @@ on: jobs: main-to-published: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository_owner == 'docker' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/validate-upstream.yml b/.github/workflows/validate-upstream.yml index ca338764a7..408cea0c81 100644 --- a/.github/workflows/validate-upstream.yml +++ b/.github/workflows/validate-upstream.yml @@ -25,7 +25,7 @@ on: jobs: run: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout