Skip to content

Commit

Permalink
Bump .NET in CI to 8.x (#3683)
Browse files Browse the repository at this point in the history
This is the current LTS release. Based on an [n=1
experiment](https://github.com/pulumi/pulumi-azure-native/actions/runs/11689711913/job/32554028746),
it also helps with the OOM on the pulumi/examples test.
  • Loading branch information
thomas11 authored Nov 6, 2024
1 parent b8ea73e commit 967d998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
if: inputs.skip_dotnet_and_java != 'true'
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
dotnet-version: 8.x

- name: Setup Java
if: inputs.skip_dotnet_and_java != 'true'
Expand Down

0 comments on commit 967d998

Please sign in to comment.