pin boost version in mac CI for C++11 support
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -24,7 +24,7 @@
|
||||
},
|
||||
{
|
||||
name: install Boost,
|
||||
run: brew install Boost
|
||||
run: brew install Boost@1.85
|
||||
},
|
||||
{
|
||||
name: install SFML,
|
||||
@@ -54,7 +54,7 @@
|
||||
},
|
||||
{
|
||||
name: install dependencies,
|
||||
run: brew install scons SFML@2 Boost
|
||||
run: brew install scons SFML@2 Boost@1.85
|
||||
},
|
||||
{
|
||||
name: build and unit test,
|
||||
|
Reference in New Issue
Block a user