Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 authored Nov 13, 2024
1 parent 84abdbf commit 68a1dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches: [master]
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
with:
fetch-depth: 0
Expand Down

0 comments on commit 68a1dea

Please sign in to comment.