We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69357c3 commit 1954578Copy full SHA for 1954578
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- os: [ubuntu-22.04, windows-latest, macOS-13]
+ os: [ubuntu-22.04, windows-2025, macOS-13]
21
runs-on: ${{ matrix.os }}
22
23
steps:
@@ -33,7 +33,7 @@ jobs:
33
run: ./build.sh
34
shell: bash
35
- name: Save nuget package as artifact
36
- if: matrix.os == 'windows-latest'
+ if: matrix.os == 'windows-2025'
37
uses: actions/upload-artifact@v4
38
with:
39
name: nuget-package
0 commit comments