Removed windows on per-commit CI
This commit is contained in:
parent
25f2ff3c2b
commit
94b0f2b355
4
.github/workflows/build_with_tests.yml
vendored
4
.github/workflows/build_with_tests.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user