From df8309711205b6b205644a4d3396035073b1ba12 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 4 Nov 2023 09:24:19 +0100 Subject: [PATCH] Test CI on ubuntu and windows --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 830f12d..4681249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,10 @@ on: [ push, pull_request ] jobs: test: name: ${{ matrix.config.image-name }} - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ ubuntu-latest, windows-latest ] config: - { docker-file: 'Dockerfile.cpu', image-name: 'facefusion-cpu' } steps: