Skip to content

Commit

Permalink
Build for Windows on Windows 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Dec 3, 2024
1 parent c4210b0 commit 3879586
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test-gha-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# path: dist

build-for-windows:
runs-on: windows-2019
runs-on: windows-2022
needs:
- make-source-dist
strategy:
Expand Down Expand Up @@ -153,7 +153,6 @@ jobs:
unzip or-tools_*.zip
rm or-tools_*.zip
cd or-tools_*
sed -i 's/#define ABSL_OPTION_USE_STD_ORDERING 1/#define ABSL_OPTION_USE_STD_ORDERING 0/' include/absl/base/options.h
cp -r include/* /d/lincs-deps/include
cp -r lib/* /d/lincs-deps/lib
Expand Down Expand Up @@ -266,7 +265,7 @@ jobs:
# - ubuntu-20.04
# - ubuntu-22.04
# - ubuntu-24.04
# - windows-2019
- windows-2019
- windows-2022
# - macos-12
# - macos-13
Expand Down

0 comments on commit 3879586

Please sign in to comment.