File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,11 @@ jobs:
24
24
os : [ubuntu-latest]
25
25
scala : [2.12.17, 2.13.14, 3.3.3]
26
26
java : [corretto@11]
27
- exclude :
28
- - scala : 3.3.3
29
27
runs-on : ${{ matrix.os }}
30
28
steps :
31
29
- uses : pierotofy/set-swap-space@master
32
30
with :
33
- swap-size-gb : 7
31
+ swap-size-gb : 5
34
32
35
33
- name : Checkout current branch (full)
36
34
uses : actions/checkout@v4
73
71
steps :
74
72
- uses : pierotofy/set-swap-space@master
75
73
with :
76
- swap-size-gb : 7
74
+ swap-size-gb : 5
77
75
78
76
- name : Checkout current branch (full)
79
77
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ThisBuild / githubWorkflowGeneratedCI ~= {
8
8
wj.copy(
9
9
steps = WorkflowStep .Use (
10
10
ref = UseRef .Public (" pierotofy" , " set-swap-space" , " master" ),
11
- params = Map (" swap-size-gb" -> " 7 " )
11
+ params = Map (" swap-size-gb" -> " 5 " )
12
12
) +: wj.steps
13
13
)
14
14
)
@@ -19,10 +19,6 @@ ThisBuild / githubWorkflowJavaVersions := Seq(javaDistro)
19
19
20
20
ThisBuild / githubWorkflowSbtCommand := " ./sbt"
21
21
22
- ThisBuild / githubWorkflowBuildMatrixExclusions ++= Seq (
23
- MatrixExclude (Map (" scala" -> scala3)) // TODO
24
- )
25
-
26
22
val tzdbVersion = " 2019c"
27
23
val scalajavaLocalesVersion = " 1.5.4"
28
24
Global / onChangedBuildSource := ReloadOnSourceChanges
You can’t perform that action at this time.
0 commit comments