We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c402e commit 82f3929Copy full SHA for 82f3929
3 files changed
.github/workflows/build-linux.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: "Setup dotnet"
15
uses: actions/setup-dotnet@v3
16
with:
17
- dotnet-version: 7.x.x
+ dotnet-version: 8.x.x
18
19
- name: "Build"
20
run: |
.github/workflows/build-macos.yml
.github/workflows/build-windows.yml
0 commit comments