Skip to content

Commit 8adebaa

Browse files
authored
Run github actions on windows-latest (#6295)
1 parent 6836d73 commit 8adebaa

3 files changed

+6
-6
lines changed

.github/workflows/pr-smoke-test-fake-backend-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gradle-home-cache-excludes: caches/build-cache-1
2828

2929
buildWindows:
30-
runs-on: windows-2019
30+
runs-on: windows-latest
3131
defaults:
3232
run:
3333
shell: bash

.github/workflows/publish-smoke-test-fake-backend-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
arguments: ":smoke-tests:images:fake-backend:jib -Djib.httpTimeout=120000 -Djib.console=plain -PextraTag=${{ env.TAG }}"
3838

3939
publishWindows:
40-
runs-on: windows-2019
40+
runs-on: windows-latest
4141
defaults:
4242
run:
4343
shell: bash

.github/workflows/reusable-smoke-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os:
29-
- windows-2019
29+
- windows-latest
3030
- ubuntu-latest
3131
smoke-test-suite:
3232
- jetty
@@ -38,14 +38,14 @@ jobs:
3838
- wildfly
3939
- other
4040
exclude:
41-
- os: ${{ inputs.skip-windows && 'windows-2019' || '' }}
42-
- os: windows-2019
41+
- os: ${{ inputs.skip-windows && 'windows-latest' || '' }}
42+
- os: windows-latest
4343
smoke-test-suite: websphere
4444
fail-fast: false
4545
steps:
4646
- name: Support long paths
4747
run: git config --system core.longpaths true
48-
if: matrix.os == 'windows-2019'
48+
if: matrix.os == 'windows-latest'
4949

5050
- uses: actions/checkout@v3
5151

0 commit comments

Comments
 (0)