Skip to content

Commit

Permalink
Use dotnet 7 in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
exelix11 committed Sep 7, 2023
1 parent 0e60400 commit d37e816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client-android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: SysDVR-Client android

on:
push:
branches: [ "6.0" ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.x"
dotnet-version: "7.x"
- name: Cache flatpak builds
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.x
dotnet-version: 7.x
# SysDVR-ClientGUI uses net framework
- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down

0 comments on commit d37e816

Please sign in to comment.