Skip to content

Commit

Permalink
Update build-net9.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
visioforge authored Dec 1, 2024
1 parent 1d18e20 commit 26173aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-net9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
dotnet-version: '9.0.x'


#- name: Install workloads
# run: dotnet workload install macos android maui-android maui-maccatalyst ios
Expand Down

0 comments on commit 26173aa

Please sign in to comment.