aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:07:30 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:26:00 +0100
commit78e12c6e4546116bd6bd22ffa8e680362ccd1891 (patch)
tree632615776e01dd6bc198280768a425d2c0a08e81
parentworkflows/ci: upgrade actions (diff)
downloadaes-tools-78e12c6e4546116bd6bd22ffa8e680362ccd1891.tar.gz
aes-tools-78e12c6e4546116bd6bd22ffa8e680362ccd1891.zip
workflows/ci: add VS 2022 builds
This includes bumping the Boost version, because windows-2022 runners can no longer build older releases.
-rw-r--r--.github/workflows/ci.yml5
m---------cmake0
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7f70392..64bc844 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
- toolset: [mingw, vs2019]
+ toolset: [mingw, vs2019, vs2022]
platform: [x64, x86]
use_asm: [1, 0]
configuration: [Debug, Release]
@@ -18,6 +18,7 @@ jobs:
# and it's much faster.
- {toolset: mingw, os: ubuntu-latest}
- {toolset: vs2019, os: windows-2019}
+ - {toolset: vs2022, os: windows-2022}
exclude:
- {platform: x64, use_asm: 1}
- {toolset: mingw, use_asm: 1}
@@ -27,7 +28,7 @@ jobs:
TOOLSET: '${{ matrix.toolset }}'
PLATFORM: '${{ matrix.platform }}'
CONFIGURATION: '${{ matrix.configuration }}'
- BOOST_VERSION: 1.72.0
+ BOOST_VERSION: 1.81.0
CMAKE_FLAGS: -D 'AES_TOOLS_ASM=${{ matrix.use_asm }}'
defaults:
run:
diff --git a/cmake b/cmake
-Subproject f12965b98ab7f3ceda8c123823e17ad3e6751ed
+Subproject b230fffce638cdac8837ba9d9d343d9a93cef2e