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