Skip to content

Commit

Permalink
Use .NET 8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Oct 25, 2024
1 parent 5141c2c commit 9d29d64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
include:
- os: windows-latest
checkTarget: true
# We want to use one version for most things and this latest for
# others. This is an ok way to test both without requiring a
# separate matrix permutation.
dotNetVersionOverride: 8.x
- os: ubuntu-latest
docsTarget: true
cloudTestTarget: true
Expand Down Expand Up @@ -44,7 +48,7 @@ jobs:
with:
# Specific .NET version required because GitHub macos ARM image has
# bad pre-installed .NET version
dotnet-version: 6.x
dotnet-version: ${{ matrix.dotNetVersionOverride || 6 }}

- name: Install protoc
uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 9d29d64

Please sign in to comment.