Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Aug 16, 2023
1 parent 7eccf82 commit fff0397
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Install .NET MAUI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Install .NET MAUI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Add msbuild to PATH
Expand Down

0 comments on commit fff0397

Please sign in to comment.