Skip to content

Commit 74cc888

Browse files
committed
ci: use boost 1.86 for lt12 builds
1 parent 0b465c4 commit 74cc888

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci_windows_arm64_native.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ permissions:
1212
contents: write
1313

1414
env:
15-
boost_version: "1.91.0"
1615
qbt_version: "5.2.3"
1716
qt_version: "6.10.3"
1817
vcpkg_triplet: "arm64-windows-static-release"
@@ -27,11 +26,13 @@ jobs:
2726
include:
2827
- libt_variant: lt12
2928
libt_ref: c5ff6c3186a92ddec01f6f0a8146aaedb4a1c3f9
29+
boost_version: "1.86.0"
3030
libt_version_display: "1.2.20+gitc5ff6c3186"
3131
archive_suffix: ""
3232
artifact_name: arm64-native-lt12
3333
- libt_variant: lt20
3434
libt_ref: da7a68a440b7abf4eb1a237df7168be0b8b17084
35+
boost_version: "1.91.0"
3536
libt_version_display: "2.0.13+gitda7a68a440"
3637
archive_suffix: "_lt20"
3738
artifact_name: arm64-native-lt20
@@ -86,7 +87,7 @@ jobs:
8687
- name: Build source URLs
8788
shell: pwsh
8889
run: |
89-
$boostVersion = "${{ env.boost_version }}"
90+
$boostVersion = "${{ matrix.boost_version }}"
9091
$boostVersionUnderscored = $boostVersion -replace '\.', '_'
9192
"BOOST_URL=https://archives.boost.io/release/$boostVersion/source/boost_${boostVersionUnderscored}.7z" >> $env:GITHUB_ENV
9293
"QBT_URL=https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-${{ env.qbt_version }}.tar.gz" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)