chore: Set fixed ubuntu version to 22.04

This commit is contained in:
Igor Ilic 2025-01-08 15:57:07 +01:00
parent 14adb6bead
commit 41613436ca
19 changed files with 20 additions and 20 deletions

View file

@ -17,7 +17,7 @@ jobs:
publish_docker_to_ecr:
name: Publish Cognee Docker image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read

View file

@ -17,7 +17,7 @@ jobs:
publish_docker_to_ecr:
name: Publish Docker PromethAI image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read

View file

@ -9,7 +9,7 @@ jobs:
build_docker:
name: Build Cognee Backend Docker App Image
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out Cognee code
uses: actions/checkout@v3

View file

@ -4,7 +4,7 @@ on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/first-interaction@v1
with:

View file

@ -12,7 +12,7 @@ on:
jobs:
docker-compose-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository

View file

@ -7,7 +7,7 @@ on:
jobs:
docker-build-and-push:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@ -32,7 +32,7 @@ jobs:
run: |
IMAGE_NAME=cognee/cognee
TAG_VERSION="${BRANCH_NAME}-${COMMIT_SHA}"
echo "Building image: ${IMAGE_NAME}:${TAG_VERSION}"
docker buildx build \
--platform linux/amd64,linux/arm64 \

View file

@ -7,7 +7,7 @@ on:
jobs:
profiler:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checkout the code from the repository with full history

View file

@ -6,7 +6,7 @@ on:
jobs:
github-releases-to-discord:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3

View file

@ -22,7 +22,7 @@ jobs:
run_notebook_test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash

View file

@ -3,7 +3,7 @@ on: [ pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2

View file

@ -3,7 +3,7 @@ on: [ pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2

View file

@ -17,7 +17,7 @@ jobs:
run_milvus:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
defaults:

View file

@ -15,7 +15,7 @@ env:
jobs:
run_neo4j_integration_test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:

View file

@ -17,7 +17,7 @@ jobs:
run_pgvector_integration_test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash

View file

@ -16,7 +16,7 @@ env:
jobs:
run_common:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
defaults:

View file

@ -17,7 +17,7 @@ jobs:
run_common:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
defaults:

View file

@ -17,7 +17,7 @@ jobs:
run_common:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
defaults:

View file

@ -17,7 +17,7 @@ jobs:
run_qdrant_integration_test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash

View file

@ -17,7 +17,7 @@ jobs:
run_weaviate_integration_test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
defaults:
run:
shell: bash