Skip to content

Commit

Permalink
Merge pull request #3832 from armanbilge/topic/no-cirrus-macos-3.x
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 4e20e63 + 84d330f commit 987d1f4
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 ioAppTestsJVM/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 ioAppTestsJVM/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 ioAppTestsNative/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 ioAppTestsNative/test

0 comments on commit 987d1f4

Please sign in to comment.