Removed windows on per-commit CI

This commit is contained in:
Abdelilah El Aissaoui 2023-01-24 15:15:30 +01:00
parent 25f2ff3c2b
commit 94b0f2b355

View File

@ -1,5 +1,5 @@
# Workflow to run with every commit added to the main branch. # 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 name: Test Build
@ -14,7 +14,7 @@ permissions:
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, windows-latest] runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3