From c92673ff7100d2a7934e3194f2152aba30c892a0 Mon Sep 17 00:00:00 2001 From: Huiyu Xie Date: Thu, 21 Nov 2024 11:57:17 -1000 Subject: [PATCH] Remove macOS (#82) --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 389bd8b..7c3822c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,4 +1,5 @@ name: CI + on: push: branches: @@ -31,11 +32,11 @@ jobs: - '1.10' os: - ubuntu-latest - - macOS-latest - windows-latest arch: - x64 - # No binaries for Julia 1.10 - macOS-latest - x86 + # CUDA.jl only supports 64-bit Linux and Windows + # See https://github.com/JuliaGPU/CUDA.jl?tab=readme-ov-file#requirements steps: - name: Checkout Repository uses: actions/checkout@v4