-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecations and tweak Cirrus CI
- Loading branch information
1 parent
77c1909
commit 49838d5
Showing
5 changed files
with
14 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
macos_task: | ||
macos_instance: | ||
image: ghcr.io/cirruslabs/macos-ventura-base:latest | ||
matrix: | ||
- name: Node.js Apple Silicon | ||
script: | ||
- brew install sbt | ||
- sbt ioJS/test | ||
- name: JVM Apple Silicon | ||
script: | ||
- brew install sbt | ||
- sbt ioJVM/test | ||
- name: Native Apple Silicon | ||
script: | ||
- brew install sbt s2n | ||
- sbt ioNative/test | ||
name: Apple Silicon | ||
script: | ||
- brew install sbt s2n | ||
- sbt ioJVM/test ioJS/test ioNative/test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters