Skip to content

Commit 31bab00

Browse files
committed
Don't run Safari on ubuntu
1 parent 74c214f commit 31bab00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
ci: [ciNode, ciFirefox, ciChrome, ciSafari, ciJSDOMNodeJS]
3232
exclude:
33+
- ci: ciSafari
34+
os: ubuntu-latest
3335
- ci: ciNode
3436
os: macos-latest
3537
- ci: ciFirefox

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ ThisBuild / githubWorkflowBuildPreamble ++= Seq(
6565

6666
val ciVariants = List("ciNode", "ciFirefox", "ciChrome", "ciSafari", "ciJSDOMNodeJS")
6767

68+
ThisBuild / githubWorkflowBuildMatrixExclusions += MatrixExclude(Map("ci" -> "ciSafari", "os" -> PrimaryOS))
6869
ThisBuild / githubWorkflowBuildMatrixExclusions ++= ciVariants.filter(_ != "ciSafari")
6970
.map(ci => MatrixExclude(Map("ci" -> ci, "os" -> MacOS)))
7071

0 commit comments

Comments
 (0)