Skip to content

Commit 757daa1

Browse files
committed
workflows: deprecate windows-2019
Signed-off-by: Eduardo Silva <[email protected]>
1 parent cdb6c4a commit 757daa1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ The container images are available here (the tag refers to the branch):
190190

191191
* [ghcr.io/fluent/fluent-bit/unstable:2.1](ghcr.io/fluent/fluent-bit/unstable:2.1)
192192
* [ghcr.io/fluent/fluent-bit/unstable:master](ghcr.io/fluent/fluent-bit/unstable:master)
193-
* [ghcr.io/fluent/fluent-bit/unstable:windows-2019-2.1](ghcr.io/fluent/fluent-bit/unstable:windows-2019-2.1)
194-
* [ghcr.io/fluent/fluent-bit/unstable:windows-2019-master](ghcr.io/fluent/fluent-bit/unstable:windows-2019-master)
193+
* [ghcr.io/fluent/fluent-bit/unstable:windows-2022-2.1](ghcr.io/fluent/fluent-bit/unstable:windows-2022-2.1)
194+
* [ghcr.io/fluent/fluent-bit/unstable:windows-2022-master](ghcr.io/fluent/fluent-bit/unstable:windows-2022-master)
195195

196196
The Linux, macOS and Windows packages are available to download from the specific workflow run.
197197

.github/workflows/call-build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ jobs:
390390
fail-fast: true
391391
matrix:
392392
windows-base-version:
393-
- '2019'
394393
- '2022'
394+
- '2025'
395395
permissions:
396396
contents: read
397397
packages: write
@@ -443,4 +443,4 @@ jobs:
443443
# load: false
444444
# build-args: |
445445
# FLB_NIGHTLY_BUILD=${{ inputs.unstable }}
446-
# WINDOWS_VERSION=ltsc2019
446+
# WINDOWS_VERSION=ltsc2022

.github/workflows/pr-image-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ jobs:
8383
DOCKER_BUILDKIT: 0
8484
shell: bash
8585
pr-image-tests-build-windows-images:
86-
name: PR - Docker windows build test, windows 2019 and 2022
86+
name: PR - Docker windows build test, windows 2022 and 2025
8787
runs-on: windows-${{ matrix.windows-base-version }}
8888
strategy:
8989
fail-fast: true
9090
matrix:
9191
windows-base-version:
9292
# https://github.com/fluent/fluent-bit/blob/1d366594a889624ec3003819fe18588aac3f17cd/dockerfiles/Dockerfile.windows#L3
93-
- '2019'
9493
- '2022'
94+
- '2025'
9595
permissions:
9696
contents: read
9797
steps:

.github/workflows/staging-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ jobs:
575575
fail-fast: false
576576
matrix:
577577
tag: [
578-
"windows-2019-${{ github.event.inputs.version }}",
579-
"windows-2022-${{ github.event.inputs.version }}"
578+
"windows-2022-${{ github.event.inputs.version }}",
579+
"windows-2025-${{ github.event.inputs.version }}"
580580
]
581581
steps:
582582
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)