From fbbdf53a84f7b83f470affc08ac2d56591c43ef2 Mon Sep 17 00:00:00 2001 From: Ben Pollard <129943363+benpollarduk@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:00:32 +0000 Subject: [PATCH] Update main-ci.yml --- .github/workflows/main-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index bcf6d316..c64a20e3 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -1,6 +1,3 @@ -# main ci workflow is to ensure the codebase builds. -# all unit tests must pass for the workflow to complete successfully. - name: main-ci on: @@ -20,7 +17,7 @@ env: jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout repository