From 25f2ff3c2b1dfbe2075754168006ec170edd89d7 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Tue, 24 Jan 2023 10:29:27 +0100 Subject: [PATCH] Removed macos 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 c9ed766..109c96a 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. -# 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