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 0cdb662 commit cfa3067Copy full SHA for cfa3067
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ubuntu-latest, windows-2025-vs2026]
+ os: [ubuntu-latest, windows-latest]
18
include:
19
- os: ubuntu-latest
20
test-framework-command: --framework net10.0
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet pack Simplify.Web/Simplify.Web.csproj --no-build -c Release -o ./publish
42
43
- name: Create packages artifact
44
- if: ${{ matrix.os == 'windows-2025-vs2026' }}
+ if: ${{ matrix.os == 'windows-latest' }}
45
uses: actions/upload-artifact@v7
46
with:
47
name: Packages
0 commit comments