diff --git a/.github/workflows/update-ed.yml b/.github/workflows/update-ed.yml index 5f0e14074453..66e426b22d33 100644 --- a/.github/workflows/update-ed.yml +++ b/.github/workflows/update-ed.yml @@ -5,7 +5,7 @@ on: name: Update ED report jobs: update: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repo uses: actions/checkout@v4 diff --git a/.github/workflows/update-tr.yml b/.github/workflows/update-tr.yml index f03cbf5b1e18..15ef2f9eb4f5 100644 --- a/.github/workflows/update-tr.yml +++ b/.github/workflows/update-tr.yml @@ -5,7 +5,7 @@ on: name: Update TR report jobs: update: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repo uses: actions/checkout@v4