Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flokuep authored Dec 28, 2023
1 parent 3dae728 commit 661e45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
strategy:
matrix:
configuration: [ReleaseWin]
platform: [x64,x86]
platform: [x64]

runs-on: windows-latest # For a list of available runner types, refer to
runs-on: windows-2019 # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Expand Down

0 comments on commit 661e45f

Please sign in to comment.