Skip to content

Commit

Permalink
CI: disable non-Linux tasks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Aug 10, 2024
1 parent 1feda12 commit 6636e9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Linux_task:

macOS_task:
alias: macOS tests
skip: true
macos_instance:
cpu: 1
image: ghcr.io/cirruslabs/macos-runner:sonoma
Expand Down Expand Up @@ -97,6 +98,7 @@ macOS_task:

FreeBSD_task:
alias: FreeBSD tests
skip: true
freebsd_instance:
image_family: freebsd-14-0
env:
Expand All @@ -121,6 +123,7 @@ FreeBSD_task:
type: text/xml

Windows_task:
skip: true
windows_container:
image: cirrusci/windowsservercore:2019
env:
Expand Down

0 comments on commit 6636e9d

Please sign in to comment.