Skip to content

Commit

Permalink
Update the boost download locations.
Browse files Browse the repository at this point in the history
The boost tarballs are now hosted at SourceForge.
  • Loading branch information
sp1ff committed Jan 25, 2025
1 parent 7c66ff2 commit 324bccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- os: ubuntu-22.04
boost: oldest
boost-ver: 1_75_0
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.bz2
boost-dl: https://sourceforge.net/projects/boost/files/boost/1.75.0/boost_1_75_0.tar.bz2/download
- os: ubuntu-22.04
boost: pinned
boost-ver: 1_81_0
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2
boost-dl: https://sourceforge.net/projects/boost/files/boost/1.81.0/boost_1_81_0.tar.bz2/download
- os: ubuntu-22.04
boost: latest
boost-ver: latest
Expand Down

0 comments on commit 324bccb

Please sign in to comment.