Skip to content

Commit caffb8a

Browse files
authored
ci: use windows-2025 in basic example workflows (cypress-io#1423)
1 parent 9b95a83 commit caffb8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example-basic-pnpm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-24.04, windows-2022, macos-14]
14+
os: [ubuntu-24.04, windows-2025, macos-14]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout

.github/workflows/example-basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-22.04, ubuntu-24.04, windows-2022, macos-14]
15+
os: [ubuntu-22.04, ubuntu-24.04, windows-2025, macos-14]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)