Skip to content

Commit 43cf3ec

Browse files
authored
Run macOS PR build on single Spark version (#4409)
1 parent 2da24da commit 43cf3ec

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/pr_build_macos.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,6 @@ jobs:
136136
java_version: "17"
137137
maven_opts: "-Pspark-4.0 -Pscala-2.13"
138138

139-
- name: "Spark 4.1, JDK 17, Scala 2.13"
140-
java_version: "17"
141-
# The spark-4.1 profile already pins Scala to 2.13.17 to match Spark 4.1.1's
142-
# runtime; the scala-2.13 profile would override it back to 2.13.16 and break.
143-
maven_opts: "-Pspark-4.1"
144-
145-
- name: "Spark 4.2, JDK 17, Scala 2.13"
146-
java_version: "17"
147-
# The spark-4.2 profile pins Scala to 2.13.18 to match Spark 4.2.0-preview4's
148-
# runtime; the scala-2.13 profile would override it back to 2.13.16 and break.
149-
maven_opts: "-Pspark-4.2"
150-
151139
suite:
152140
- name: "fuzz"
153141
value: |

0 commit comments

Comments
 (0)