mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Update Boost to v1.86.0
This commit is contained in:
parent
9f71aa7b25
commit
1df686f875
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
env:
|
||||
BOOST_VERSION: 1_85_0
|
||||
BOOST_VERSION: 1_86_0
|
||||
|
||||
jobs:
|
||||
static-analysis:
|
||||
|
|
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -8,7 +8,7 @@ permissions:
|
|||
contents: write
|
||||
|
||||
env:
|
||||
BOOST_VERSION: 1_85_0
|
||||
BOOST_VERSION: 1_86_0
|
||||
SNAPWEB_VERSION: v0.8.0
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue