From 7238c25bb9183bc960f49166178693bf5b345f54 Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Tue, 17 Dec 2024 14:14:47 -0500 Subject: [PATCH] Use windows instead --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e7a82e..f53eda6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,7 @@ concurrency: jobs: ci: - runs-on: ubuntu-latest - + runs-on: windows-latest steps: - uses: actions/checkout@v4 @@ -30,11 +29,6 @@ jobs: env: NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }} - - name: Install Mono - run: | - sudo apt update - sudo apt install -y mono-complete - - run: ./Build.ps1 shell: pwsh env: