From 94b0f2b35550dac402f39cd4e43b2f054fea3fb7 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Tue, 24 Jan 2023 15:15:30 +0100 Subject: [PATCH] Removed windows on per-commit CI --- .github/workflows/build_with_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_with_tests.yml b/.github/workflows/build_with_tests.yml index 109c96a..684bda4 100644 --- a/.github/workflows/build_with_tests.yml +++ b/.github/workflows/build_with_tests.yml @@ -1,5 +1,5 @@ # Workflow to run with every commit added to the main branch. -# Mac-os and LibSSH are not built to avoid wasting CI minutes, as it takes quite some time. +# Windows, Mac-os and LibSSH are not built to avoid wasting CI minutes, as it takes quite some time. name: Test Build @@ -14,7 +14,7 @@ permissions: jobs: build: - runs-on: [ubuntu-latest, windows-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3