Skip to content

Commit

Permalink
Update maui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored Nov 13, 2024
1 parent 98b64d7 commit a1f8f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET v8.0
- name: Setup .NET v9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
dotnet-version: "9"

- name: Install .NET MAUI Workload
run: |
Expand Down

0 comments on commit a1f8f07

Please sign in to comment.