From 0a027ed408ba024723ab2f4df3bfb5d456abca92 Mon Sep 17 00:00:00 2001 From: Eli Uriegas <1700823+seemethere@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:31:32 -0700 Subject: [PATCH] ci: Try out windows.2022.small for windows testing --- .github/workflows/check-quickstartmodule.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-quickstartmodule.yml b/.github/workflows/check-quickstartmodule.yml index 46cc38de33bc..91858f4cfb38 100644 --- a/.github/workflows/check-quickstartmodule.yml +++ b/.github/workflows/check-quickstartmodule.yml @@ -54,14 +54,14 @@ jobs: strategy: fail-fast: false matrix: - rel_type: [ "latest_stable", "latest_lts" ] - acc_type: [ "cuda11.x", "cuda10.2", "accnone" ] - py_vers: [ "3.7", "3.8", "3.9" ] - os: ["ubuntu-18.04", "macos-latest", "windows.4xlarge"] + rel_type: ["latest_stable", "latest_lts"] + acc_type: ["cuda11.x", "cuda10.2", "accnone"] + py_vers: ["3.7", "3.8", "3.9"] + os: ["ubuntu-18.04", "macos-latest", "windows.2022.small"] # We don't actively build for CUDA 10.2 on windows so we should # skip it in our test matrix for pip install exclude: - - os: "windows.4xlarge" + - os: "windows.2022.small" acc_type: "cuda10.2" env: TEST_ACC: ${{ matrix.acc_type }} @@ -90,9 +90,9 @@ jobs: strategy: fail-fast: false matrix: - rel_type: [ "latest_stable" ] - acc_type: [ "cuda11.x", "cuda10.2", "accnone" ] - py_vers: [ "3.7", "3.8", "3.9" ] + rel_type: ["latest_stable"] + acc_type: ["cuda11.x", "cuda10.2", "accnone"] + py_vers: ["3.7", "3.8", "3.9"] os: ["ubuntu-18.04", "macos-latest"] env: TEST_ACC: ${{ matrix.acc_type }}