add icelake

This commit is contained in:
powderluv
2022-08-31 12:58:40 -07:00
committed by GitHub
parent 5105f62551
commit bf84c033bb

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [a100, MacStudio, ubuntu-latest]
os: [icelake, a100, MacStudio, ubuntu-latest]
suite: [cpu,gpu,vulkan]
python-version: ["3.10"]
include:
@@ -32,6 +32,12 @@ jobs:
suite: gpu
- os: MacStudio
suite: cpu
- os: MacStudio
suite: vulkan
- os: icelake
suite: vulkan
- os: icelake
suite: gpu
runs-on: ${{ matrix.os }}