From ff04ddf594b5c776b5614e9df460e8054c1ffcb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:13:10 +0000 Subject: [PATCH] chore(deps): update dependency windows to v2025 --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 41811ec..ea910aa 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -12,7 +12,7 @@ env: jobs: build: - runs-on: windows-2022 + runs-on: windows-2025 outputs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 444826b..c34c122 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: windows-2022 + runs-on: windows-2025 environment: name: release outputs: