Fix Ubuntu 24.04 builds

As a follow-up on 63bfdce9, make sure that the SPIR-V Translator also gets
built on UB24 to be picked up by corresponding IGC builds.
This commit is contained in:
Artem Gindinson
2024-09-11 17:22:26 +00:00
committed by igcbot
parent 4375aa4574
commit f6d648cf29

View File

@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ '20.04', '22.04' ]
ubuntu_version: [ '22.04', '24.04' ]
llvm_ver: [ 14 ]
include:
- ubuntu_version: '22.04'