diff --git a/.github/workflows/build_test_node_openvino_linux.yml b/.github/workflows/build_test_node_openvino_linux.yml index ee95b7f9b..1d39f9197 100644 --- a/.github/workflows/build_test_node_openvino_linux.yml +++ b/.github/workflows/build_test_node_openvino_linux.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: job: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Git config diff --git a/.github/workflows/build_test_onednn_linux.yml b/.github/workflows/build_test_onednn_linux.yml index 4e898a5ec..e967378a8 100644 --- a/.github/workflows/build_test_onednn_linux.yml +++ b/.github/workflows/build_test_onednn_linux.yml @@ -6,7 +6,7 @@ jobs: job: name: Build, Test oneDNN backend (Linux) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Git config diff --git a/.github/workflows/build_test_openvino_linux.yml b/.github/workflows/build_test_openvino_linux.yml index 8dd647537..deb675431 100644 --- a/.github/workflows/build_test_openvino_linux.yml +++ b/.github/workflows/build_test_openvino_linux.yml @@ -6,7 +6,7 @@ jobs: job: name: Build, Test OpenVINO backend (Linux) - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Git config