From d7eb09c871274518382c08a956e646eea1e5fcfc Mon Sep 17 00:00:00 2001 From: John Blischak Date: Tue, 3 Jun 2025 11:29:55 -0400 Subject: [PATCH] Migrate CI to windows-2022 --- .github/workflows/github_actions.yml | 6 +++--- .github/workflows/nightly.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 279e42c9..76fba552 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -12,7 +12,7 @@ on: jobs: Test_Windows: - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: checkout uses: actions/checkout@v4 @@ -104,7 +104,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'test') needs: [Test_Windows, Examples] name: Create_Artifacts_Windows - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: checkout uses: actions/checkout@v4 @@ -265,7 +265,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, macos-13, macos-14, windows-2019 ] + os: [ ubuntu-22.04, macos-13, macos-14, windows-2022 ] steps: - name: Checkout diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ecc58d9e..9ca3a45f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,7 +28,7 @@ jobs: name: Test Test_Windows: - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: checkout uses: actions/checkout@v4