Skip to content

Commit cfa3067

Browse files
committed
[devops] revert Windows runner from windows-2025-vs2026 to windows-latest
1 parent 0cdb662 commit cfa3067

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, windows-2025-vs2026]
17+
os: [ubuntu-latest, windows-latest]
1818
include:
1919
- os: ubuntu-latest
2020
test-framework-command: --framework net10.0
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet pack Simplify.Web/Simplify.Web.csproj --no-build -c Release -o ./publish
4242

4343
- name: Create packages artifact
44-
if: ${{ matrix.os == 'windows-2025-vs2026' }}
44+
if: ${{ matrix.os == 'windows-latest' }}
4545
uses: actions/upload-artifact@v7
4646
with:
4747
name: Packages

0 commit comments

Comments
 (0)