Skip to content

Commit

Permalink
update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Forkmann committed Aug 28, 2024
1 parent 9e38775 commit 5ae00cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Setup .NET 6 SDK
- name: Setup .NET 8 SDK
uses: actions/[email protected]
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.401

- name: Install Tools
run: dotnet tool restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
dotnet: [7.0.100]
dotnet: [8.0.401]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 5ae00cc

Please sign in to comment.