Skip to content

Commit 1954578

Browse files
committed
Fix Windows version for CI build
1 parent 69357c3 commit 1954578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-22.04, windows-latest, macOS-13]
20+
os: [ubuntu-22.04, windows-2025, macOS-13]
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
@@ -33,7 +33,7 @@ jobs:
3333
run: ./build.sh
3434
shell: bash
3535
- name: Save nuget package as artifact
36-
if: matrix.os == 'windows-latest'
36+
if: matrix.os == 'windows-2025'
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: nuget-package

0 commit comments

Comments
 (0)