Skip to content

Commit

Permalink
Use windows instead
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessMadMath committed Dec 17, 2024
1 parent 0151e77 commit 7238c25
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ concurrency:

jobs:
ci:
runs-on: ubuntu-latest

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -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:
Expand Down

0 comments on commit 7238c25

Please sign in to comment.