Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkronber authored Mar 7, 2024
1 parent e9c5e3d commit 2cc12d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '**.csproj'

env:
DOTNET_VERSION: '6.0.401' # The .NET SDK version to use
DOTNET_VERSION: '8.0.102' # The .NET SDK version to use

jobs:
build-and-test:
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2cc12d0

Please sign in to comment.