diff --git a/.github/workflows/CI_Build.yml b/.github/workflows/CI_Build.yml index 8ef078ec3..3ab570f99 100644 --- a/.github/workflows/CI_Build.yml +++ b/.github/workflows/CI_Build.yml @@ -11,7 +11,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ "ubuntu-latest", "windows-latest", "macos-latest" ] + os: [ "ubuntu-latest", "windows-2019", "macos-latest", "windows-latest"] + fail-fast: false steps: - uses: actions/checkout@v3 - name: make bin on ${{ matrix.os }}