chore: upgrade runner version

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2025-04-18 09:39:50 +03:00
parent d8a0bcfa8c
commit e71d229ae3
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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