From 0ce0a075dbcad5969a47030aa3175091be483755 Mon Sep 17 00:00:00 2001 From: Ralph Gasser Date: Wed, 14 Aug 2024 13:09:39 +0200 Subject: [PATCH] Removes windows runner, because running Docker container is apparently not supported. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a363f10..18adb31a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ ubuntu-latest ] # Setup Cottontail DB and PostgreSQL service container services: cottontail: - image: vitrivr/cottontaildb:0.16.7 + image: vitrivr/cottontaildb:0.16.8 ports: - 1865:1865 options: -it