Skip to content

Commit 238dfd4

Browse files
authored
Upgrade workflows to windows-2022 (#6838)
* Upgrade workflows to windows-2022 * Update test_suite_windows_develop.yml
1 parent 20f7896 commit 238dfd4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test_suite_windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ contains(github.event.pull_request.labels.*.name, 'test webots build') }}
2424
strategy:
2525
matrix:
26-
os: [windows-2019]
26+
os: [windows-2022]
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- uses: msys2/setup-msys2@v2
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'test distribution') || contains(github.event.pull_request.labels.*.name, 'test suite') }}
4747
strategy:
4848
matrix:
49-
os: [windows-2019]
49+
os: [windows-2022]
5050
runs-on: ${{ matrix.os }}
5151
steps:
5252
- uses: msys2/setup-msys2@v2
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ contains(github.event.pull_request.labels.*.name, 'test suite') }}
9999
strategy:
100100
matrix:
101-
os: [windows-2019]
101+
os: [windows-2022]
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@v3
@@ -160,7 +160,7 @@ jobs:
160160
if: ${{ always() && !contains(github.event.pull_request.labels.*.name, 'test distribution') && !contains(github.event.pull_request.labels.*.name, 'test webots build') }}
161161
strategy:
162162
matrix:
163-
os: [windows-2019]
163+
os: [windows-2022]
164164
runs-on: ubuntu-latest
165165
steps:
166166
- name: Delete artifacts

.github/workflows/test_suite_windows_develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ contains(github.event.pull_request.labels.*.name, 'test webots build') }}
1818
strategy:
1919
matrix:
20-
os: [windows-2019]
20+
os: [windows-2022]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: msys2/setup-msys2@v2
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'test distribution') || contains(github.event.pull_request.labels.*.name, 'test suite') }}
4242
strategy:
4343
matrix:
44-
os: [windows-2019]
44+
os: [windows-2022]
4545
runs-on: ${{ matrix.os }}
4646
steps:
4747
- uses: msys2/setup-msys2@v2
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ always() && !contains(github.event.pull_request.labels.*.name, 'test distribution') && !contains(github.event.pull_request.labels.*.name, 'test webots build') }}
9595
strategy:
9696
matrix:
97-
os: [windows-2019]
97+
os: [windows-2022]
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: Delete artifacts

0 commit comments

Comments
 (0)