Skip to content

Commit

Permalink
Merge pull request typelevel#3831 from armanbilge/topic/no-cirrus-macos
Browse files Browse the repository at this point in the history
Drop macOS jobs from Cirrus
  • Loading branch information
armanbilge authored Sep 17, 2023
2 parents 842948c + 5025c28 commit c75d6a2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ jvm_arm_highcore_task:
- name: JVM ARM high-core-count 3
script: sbt '++ 3' testsJVM/test

jvm_macos_highcore_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
matrix:
- name: JVM Apple Silicon high-core-count 3
script:
- brew install sbt
- sbt '++ 3' testsJVM/test

native_arm_task:
arm_container:
dockerfile: .cirrus/Dockerfile
Expand All @@ -37,12 +28,3 @@ native_arm_task:
matrix:
- name: Native ARM 3
script: sbt '++ 3' testsNative/test

native_macos_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-base:latest
matrix:
- name: Native Apple Silicon 3
script:
- brew install sbt
- sbt '++ 3' testsNative/test

0 comments on commit c75d6a2

Please sign in to comment.