Skip to content

Commit 51fc3a2

Browse files
committed
ci: only 8.x
1 parent 6851d4c commit 51fc3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-executables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
strategy:
1515
matrix:
16-
dotnet-version: [ '6.x', '8.x' ]
16+
dotnet-version: [ '8.x' ]
1717
steps:
1818
# Step 1: Checkout the repository
1919
- name: Checkout repository

0 commit comments

Comments
 (0)