Skip to content

Commit

Permalink
Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Dec 19, 2024
1 parent 660d12f commit 05f2465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
max-parallel: 2
matrix:
include:
- { dotnet: "8.0.x", os: "ubuntu-latest", configuration: Debug }
- { dotnet: "8.0.x", os: "ubuntu-latest", configuration: Release }
- { dotnet: "9.0.x", os: "ubuntu-latest", configuration: Debug }
- { dotnet: "9.0.x", os: "ubuntu-latest", configuration: Release }
runs-on: ${{ matrix.os }}
steps:
- name: Check out source
Expand Down

0 comments on commit 05f2465

Please sign in to comment.