Skip to content

Commit

Permalink
Swap CI build from .NET 6/7 to 6/8
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Apr 1, 2024
1 parent 3233256 commit af21e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
dotnet-version: |
6.x.x
7.x.x
8.x.x
- name: install workloads
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: |
6.x.x
7.x.x
8.x.x
- name: install workloads
run: dotnet workload restore src/Avalonia.FuncUI.sln
Expand Down

0 comments on commit af21e29

Please sign in to comment.