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