diff --git a/.github/workflows/build-test-gha-branches.yml b/.github/workflows/build-test-gha-branches.yml index e4bc2968..4fc5ec28 100644 --- a/.github/workflows/build-test-gha-branches.yml +++ b/.github/workflows/build-test-gha-branches.yml @@ -149,8 +149,7 @@ jobs: shell: msys2 {0} run: | cd /d/a - # @todo(Project management, soon) Homogenize OR-Tools version with Linux and macOS - wget https://github.com/google/or-tools/releases/download/v8.2/or-tools_VisualStudio2019-64bit_v8.2.8710.zip + wget https://github.com/google/or-tools/releases/download/v9.11/or-tools_x64_VisualStudio2022_cpp_v9.11.4210.zip unzip or-tools_*.zip rm or-tools_*.zip cd or-tools_*