From b23eb3036a86b41da7af51453ed90ab7a8cfc6a7 Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Mon, 15 Jan 2024 15:07:25 +0100 Subject: [PATCH] switch CI upload to net8 job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 249856ab..f69f2914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,13 +42,13 @@ jobs: sdk-major-minor: "6.0" - job: os: ubuntu-22.04 - upload: true tests: framework: net7.0 sdk: "7.0.404" sdk-major-minor: "7.0" - job: os: ubuntu-22.04 + upload: true tests: framework: net8.0 sdk: "8.0.100"