mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 08:28:18 +00:00
chore: upgrade runner version
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
6
.github/workflows/ci-cd.yml
vendored
6
.github/workflows/ci-cd.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/docker-readme-publish.yml
vendored
2
.github/workflows/docker-readme-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user