From 5de7b499297b9dc733bcff7277fda84a157c698a Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 2 Feb 2023 18:11:04 +0000 Subject: [PATCH] Add GPU support --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b804abcd..7948ee32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest - - os: windows-latest +# - os: macos-latest +# - os: windows-latest - os: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -86,8 +86,8 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest - - os: windows-latest +# - os: macos-latest +# - os: windows-latest - os: ubuntu-20.04 steps: - uses: actions/checkout@v3