Use the latest Debian version in Dockerfile (#6904)
This commit is contained in:
committed by
GitHub
parent
b7a990d0b5
commit
667fd198ac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user