Skip to content

Commit 2cb2b1e

Browse files
committed
minor #1376 [CI] Upgrade deprecated os windows-2019 to windows-latest (Kocal)
This PR was merged into the main branch. Discussion ---------- [CI] Upgrade deprecated os windows-2019 to windows-latest | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update CHANGELOG.md file --> | Deprecations? | no <!-- please update CHANGELOG.md file --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility. --> See actions/runner-images#12045 Commits ------- 6ba2e28 [CI] Upgrade deprecated os windows-2019 to windows-latest
2 parents 9a25a16 + 6ba2e28 commit 2cb2b1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/high-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-2019]
16+
os: [ubuntu-latest, windows-latest]
1717
node-versions: ['18', '20', '22', '23']
1818

1919
steps:

.github/workflows/low-depends.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-2019]
16+
os: [ubuntu-latest, windows-latest]
1717
node-versions: ['18', '20', '22', '23']
1818

1919
steps:
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Force Lowest Dependencies
3232
run: node ./scripts/force-lowest-dependencies
33-
33+
3434
# We have some tests that need to "git checkout" package.json file.
3535
# Commit them prevent the tests from re-using the locked dependencies.
3636
- name: Commit Changes, to preserve a clean working directory

.github/workflows/stable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-2019]
16+
os: [ubuntu-latest, windows-latest]
1717
node-versions: ['18', '20', '22', '23']
1818

1919
steps:

0 commit comments

Comments
 (0)