diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 035b06c0e4..3719b27f54 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -29,7 +29,7 @@ concurrency: jobs: validate-swagger-json: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 10 if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} steps: @@ -56,7 +56,7 @@ jobs: exit 1 fi unit-tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 40 if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} steps: @@ -91,7 +91,7 @@ jobs: working-directory: ./packages/nocodb run: pnpm run test:unit unit-tests-pg: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 40 if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} steps: diff --git a/.github/workflows/docker-readme-publish.yml b/.github/workflows/docker-readme-publish.yml index d829471ef1..009209849c 100644 --- a/.github/workflows/docker-readme-publish.yml +++ b/.github/workflows/docker-readme-publish.yml @@ -6,7 +6,7 @@ on: workflow_dispatch jobs: docker-description: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3