Skip to content

Commit

Permalink
Removes windows runner, because running Docker container is apparentl…
Browse files Browse the repository at this point in the history
…y not supported.
  • Loading branch information
Ralph Gasser committed Aug 14, 2024
1 parent 3381066 commit 0ce0a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ce0a07

Please sign in to comment.