use runner avx2 with linux

This commit is contained in:
Jasonzzt 2023-11-01 16:28:29 +08:00
parent 964a8e6dc1
commit 2fff0e8c21

View file

@ -47,19 +47,19 @@ jobs:
instruction: avx2 instruction: avx2
python-version: "3.9" python-version: "3.9"
- os: ubuntu-20.04-lts - os: ubuntu-20.04-lts
instruction: avx512 instruction: avx2
python-version: "3.9" python-version: "3.9"
- os: windows - os: windows
instruction: avx2 instruction: avx2
python-version: "3.10" python-version: "3.10"
- os: ubuntu-20.04-lts - os: ubuntu-20.04-lts
instruction: avx512 instruction: avx2
python-version: "3.10" python-version: "3.10"
- os: windows - os: windows
instruction: avx2 instruction: avx2
python-version: "3.11" python-version: "3.11"
- os: ubuntu-20.04-lts - os: ubuntu-20.04-lts
instruction: avx512 instruction: avx2
python-version: "3.11" python-version: "3.11"
runs-on: [self-hosted, llm, "${{matrix.instruction}}", "${{matrix.os}}"] runs-on: [self-hosted, llm, "${{matrix.instruction}}", "${{matrix.os}}"]
env: env: