Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 authored Nov 13, 2024
1 parent 194b92b commit b77ed8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

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 Down

0 comments on commit b77ed8a

Please sign in to comment.