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.
2 parents 0b31162 + 1954578 commit 638eaf4Copy full SHA for 638eaf4
.github/workflows/main.yml
@@ -17,14 +17,14 @@ 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:
24
- name: Checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
26
- name: Setup .NET for main project build
27
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
28
with:
29
dotnet-version: |
30
8.0.x
@@ -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
39
name: nuget-package
0 commit comments