pin boost version in mac CI for C++11 support

This commit is contained in:
2025-01-12 12:04:51 -06:00
committed by Celtic Minstrel
parent 129d9417ab
commit f303e3e12e

View File

@@ -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,