Removed macos on per-commit CI
This commit is contained in:
parent
c48402a0ee
commit
25f2ff3c2b
1 changed files with 2 additions and 2 deletions
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.
|
||||
# NOTE: LibSSH is not built to avoid wasting CI minutes, as it takes quite some time.
|
||||
# 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: [macos-latest, ubuntu-latest, windows-latest]
|
||||
runs-on: [ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue