From 194b92b3a947d214da322be08a23f8fea5e4abad Mon Sep 17 00:00:00 2001 From: laolarou Date: Wed, 13 Nov 2024 21:41:08 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 665054a..032b2b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] jobs: test-build: - name: Test build on ${{ matrix.os }} .NET 8.0 + name: Test build on ${{ matrix.os }} .NET 9.0 runs-on: ${{ matrix.os }} strategy: matrix: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0 + dotnet-version: 9.0 - uses: actions/checkout@v4 - name: Restore packages run: dotnet restore ProjBobcat/ProjBobcat.sln @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0 + dotnet-version: 9.0 - uses: actions/checkout@v4 - name: Restore packages run: dotnet restore ProjBobcat/ProjBobcat/ProjBobcat.csproj