Skip to content

Commit 59cb75e

Browse files
committed
Fix CI to use .NET 9
1 parent dd648bc commit 59cb75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: '10.0.x'
25+
dotnet-version: '9.0.x'
2626
dotnet-quality: 'preview'
2727
- name: Install WASM experimental workload
2828
run: dotnet workload install wasm-experimental wasm-tools

0 commit comments

Comments
 (0)