Skip to content

Commit 21b77cb

Browse files
authored
GHA CI: Bump Windows/macOS Boost version to 1.83.0
PR qbittorrent#19453.
1 parent dcf3e97 commit 21b77cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
curl \
5454
-L \
5555
-o "${{ runner.temp }}/boost.tar.bz2" \
56-
"https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2"
56+
"https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2"
5757
tar -xf "${{ runner.temp }}/boost.tar.bz2" -C "${{ github.workspace }}/.."
5858
mv "${{ github.workspace }}/.."/boost_* "${{ env.boost_path }}"
5959

.github/workflows/ci_windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install boost
7171
run: |
7272
aria2c `
73-
"https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.7z" `
73+
"https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.7z" `
7474
-d "${{ runner.temp }}" `
7575
-o "boost.7z"
7676
7z x "${{ runner.temp }}/boost.7z" -o"${{ github.workspace }}/.."

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ repos:
8383
- ts
8484

8585
- repo: https://github.com/crate-ci/typos
86-
rev: v1.15.5
86+
rev: v1.16.4
8787
hooks:
8888
- id: typos
8989
name: Check spelling (typos)

0 commit comments

Comments
 (0)