@@ -15,7 +15,7 @@ ubuntu2004: | |||
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R | |||
ubuntu2204: | |||
git clone --branch boost-1.73.0 --recursive https://github.com/boostorg/boost | |||
git clone --branch boost-1.80.0 --recursive https://github.com/boostorg/boost | |||
bash ../ubuntu2204.sh make impl | |||
make package-ubuntu2204 | |||
bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R |