Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 authored Nov 13, 2024
1 parent 68a1dea commit 194b92b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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:
os: [ubuntu-latest, windows-latest, macOS-latest]
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
Expand All @@ -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
Expand Down

0 comments on commit 194b92b

Please sign in to comment.