From af21e292a6ccf67833e9afc62d0ca6951766c97e Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Mon, 1 Apr 2024 11:30:55 +0100 Subject: [PATCH] Swap CI build from .NET 6/7 to 6/8 --- .github/workflows/publish.yml | 2 +- .github/workflows/pull-requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ccda1f1..fcc9d5d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: with: dotnet-version: | 6.x.x - 7.x.x + 8.x.x - name: install workloads diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index fdf359ce..8cab8e8d 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -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