From a590c6ae5bb6f4de9c5ea882bcbef539df014014 Mon Sep 17 00:00:00 2001 From: Boris Arzentar Date: Tue, 6 Aug 2024 15:50:40 +0200 Subject: [PATCH] fix: run tests on ubuntu --- .github/workflows/test_qdrant.yml | 2 +- .github/workflows/test_weaviate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_qdrant.yml b/.github/workflows/test_qdrant.yml index 009a49b9f..247460732 100644 --- a/.github/workflows/test_qdrant.yml +++ b/.github/workflows/test_qdrant.yml @@ -29,7 +29,7 @@ jobs: name: test needs: get_docs_changes if: needs.get_docs_changes.outputs.changes_outside_docs == 'true' - runs-on: macos-latest + runs-on: ubuntu-latest defaults: run: diff --git a/.github/workflows/test_weaviate.yml b/.github/workflows/test_weaviate.yml index 4b2f26b97..4035390e8 100644 --- a/.github/workflows/test_weaviate.yml +++ b/.github/workflows/test_weaviate.yml @@ -29,7 +29,7 @@ jobs: name: test needs: get_docs_changes if: needs.get_docs_changes.outputs.changes_outside_docs == 'true' - runs-on: macos-latest + runs-on: ubuntu-latest defaults: run: