diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 30126527..209a8c3a 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -10,7 +10,7 @@ concurrency: jobs: automerge: if: github.repository == 'carbon-design-system/carbon-for-ai' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Merge to main diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 70f8285a..ad6013f1 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -8,7 +8,7 @@ on: jobs: DCOAssistant: if: github.repository == 'carbon-design-system/carbon-for-ai' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: "DCO Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO Document and I hereby sign the DCO') || github.event_name == 'pull_request_target'