Use the latest Debian version in Dockerfile (#6904)

This commit is contained in:
Siarhei Fedartsou
2024-05-27 08:30:44 +02:00
committed by GitHub
parent b7a990d0b5
commit 667fd198ac
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ jobs:
fi
# TBB
TBB_VERSION=2021.3.0
TBB_VERSION=2021.12.0
if [[ "${RUNNER_OS}" == "Linux" ]]; then
TBB_URL="https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-lin.tgz"
elif [[ "${RUNNER_OS}" == "macOS" ]]; then