mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Use Boost 1.85.0
This commit is contained in:
parent
000ea4f31e
commit
1f91a9689a
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_84_0
|
||||
BOOST_VERSION: 1_85_0
|
||||
|
||||
jobs:
|
||||
static-analysis:
|
||||
|
|
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
BOOST_VERSION: 1_84_0
|
||||
BOOST_VERSION: 1_85_0
|
||||
SNAPWEB_VERSION: v0.7.0
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue