Skip to content

Commit 6b235a5

Browse files
authored
Update windows.yml
1 parent a2ed5b8 commit 6b235a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
os: [windows-2025, windows-2022]
16+
os: [windows-2025]
1717

1818
runs-on: ${{ matrix.os }}
1919

@@ -31,14 +31,14 @@ jobs:
3131
uses: actions/[email protected]
3232
with:
3333
name: cstojs-${{ matrix.os }}-artifact
34-
path: D:/a/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
34+
path: C:/a/CSharpToJavaScript/CSharpToJavaScript/CSharpToJavaScript/bin/Debug/net8.0/
3535
if-no-files-found: error
3636
compression-level: 0
3737
test:
3838
needs: build
3939
strategy:
4040
matrix:
41-
os: [windows-2025, windows-2022]
41+
os: [windows-2025]
4242

4343
runs-on: ${{ matrix.os }}
4444

0 commit comments

Comments
 (0)