diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e676e5343..0eda0a68f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: config: - - {vsver: VS2022, runs-on: windows-latest} + - {vsver: VS2022, runs-on: windows-2022} - {vsver: VS2019, runs-on: windows-2019} steps: - uses: actions/checkout@v4 @@ -83,7 +83,7 @@ jobs: if-no-files-found: error - name: Create release if: | - matrix.config.runs-on == 'windows-2019' && + matrix.config.runs-on == 'windows-2022' && github.repository == 'xenia-canary/xenia-canary' && github.event.action != 'pull_request' && contains(github.ref, 'refs/heads/canary') &&