Skip to content

Commit 82f3929

Browse files
committed
fix github action
1 parent 98c402e commit 82f3929

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup dotnet"
1515
uses: actions/setup-dotnet@v3
1616
with:
17-
dotnet-version: 7.x.x
17+
dotnet-version: 8.x.x
1818

1919
- name: "Build"
2020
run: |

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup dotnet"
1515
uses: actions/setup-dotnet@v3
1616
with:
17-
dotnet-version: 7.x.x
17+
dotnet-version: 8.x.x
1818

1919
- name: "Build"
2020
run: |

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: "Setup dotnet"
1515
uses: actions/setup-dotnet@v3
1616
with:
17-
dotnet-version: 7.x.x
17+
dotnet-version: 8.x.x
1818

1919
- name: "Build"
2020
run: |

0 commit comments

Comments
 (0)