Skip to content

Commit

Permalink
Move .NET version override in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Jan 16, 2025
1 parent 64cc8b8 commit 5cfb754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- os: ubuntu-latest
docsTarget: true
cloudTestTarget: true
# This is here alongside docsTarget because newer docfx doesn't work
# with .NET 6.
dotNetVersionOverride: 8.x
- os: ubuntu-arm
runsOn: ubuntu-24.04-arm64-2-core
- os: macos-intel
Expand Down

0 comments on commit 5cfb754

Please sign in to comment.