Skip to content

Commit

Permalink
Test Boost 1.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jan 2, 2025
1 parent df8dde2 commit 6e7d99d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: download-sdk
uses: suisei-cn/[email protected]
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v15/FreeOrionSDK_15_Android-${{ matrix.arch }}.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_Android-${{ matrix.arch }}.zip
target: ../
- uses: nttld/setup-ndk@v1
id: setup-ndk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-windows-msvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: download-sdk
uses: suisei-cn/[email protected]
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v15/FreeOrionSDK_15_MSVC-v143-Win32.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_MSVC-v143-Win32.zip
target: ../
- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: download-sdk
uses: suisei-cn/[email protected]
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v15/FreeOrionSDK_15_MSVC-v143-Win32.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_MSVC-v143-Win32.zip
target: ../
- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ else()
endif()

if(APPLE)
set(FreeOrionSDK_VERSION 15)
set(FreeOrionSDK_VERSION 16)
set(FreeOrionSDK_FILE "FreeOrionSDK_${FreeOrionSDK_VERSION}_Clang-MacOSX-10.15-x86_64.tar.bz2")
if(NOT EXISTS "${CMAKE_BINARY_DIR}/${FreeOrionSDK_FILE}")
file(DOWNLOAD
Expand Down

0 comments on commit 6e7d99d

Please sign in to comment.