Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Oct 10, 2024
1 parent be18734 commit d12064b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
# under C++ 20 seems to be 1.75. That was released 2020-12-11, over three years
# ago so I'm comfortable calling that "oldest", now. Let's call 1.81 (one year ago)
# "pinned".
boost: [oldest, pinned, latest]
# Coming back to this 2024-10-09, I can no longer get 1.75 to build on MacOS--
# removing it for now.
# boost: [oldest, pinned, latest]
boost: [pinned, latest]
include:
- os: macos-14
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
# - os: macos-14
# 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
- os: macos-14
boost: pinned
boost-ver: 1_81_0
Expand All @@ -44,10 +47,10 @@ jobs:
boost: latest
boost-ver: 1_84_0
boost-dl: https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.tar.bz2
- 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
# - 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
- os: ubuntu-22.04
boost: pinned
boost-ver: 1_81_0
Expand Down

0 comments on commit d12064b

Please sign in to comment.