From 336ac1ce30ccde7c459e9381f96c6ee9d3fd54b3 Mon Sep 17 00:00:00 2001
From: Bret Curtis <psi29a@gmail.com>
Date: Fri, 25 Feb 2022 11:00:50 +0100
Subject: [PATCH] use new macos openmw-deps with boost 1.78 that is C++20
 compatible

---
 CI/before_install.osx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh
index ba269ae0e0..32cd0636d3 100755
--- a/CI/before_install.osx.sh
+++ b/CI/before_install.osx.sh
@@ -21,6 +21,6 @@ ccache --version
 cmake --version
 qmake --version
 
-curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20210716.zip -o ~/openmw-deps.zip
+curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20220225.zip -o ~/openmw-deps.zip
 unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null