Skip to content

Commit

Permalink
Is this allowed?
Browse files Browse the repository at this point in the history
  • Loading branch information
Auros authored Nov 17, 2021
1 parent 75f3b75 commit ac6fd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.x-windows
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit ac6fd77

Please sign in to comment.