Skip to content

Commit

Permalink
Remove macOS (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyuxie authored Nov 21, 2024
1 parent d003b8b commit c92673f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI

on:
push:
branches:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c92673f

Please sign in to comment.