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:
2424 os : [ubuntu-latest]
2525 scala : [2.12.17, 2.13.14, 3.3.3]
2626 java : [corretto@11]
27- exclude :
28- - scala : 3.3.3
2927 runs-on : ${{ matrix.os }}
3028 steps :
3129 - uses : pierotofy/set-swap-space@master
3230 with :
33- swap-size-gb : 7
31+ swap-size-gb : 5
3432
3533 - name : Checkout current branch (full)
3634 uses : actions/checkout@v4
7371 steps :
7472 - uses : pierotofy/set-swap-space@master
7573 with :
76- swap-size-gb : 7
74+ swap-size-gb : 5
7775
7876 - name : Checkout current branch (full)
7977 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ThisBuild / githubWorkflowGeneratedCI ~= {
88 wj.copy(
99 steps = WorkflowStep .Use (
1010 ref = UseRef .Public (" pierotofy" , " set-swap-space" , " master" ),
11- params = Map (" swap-size-gb" -> " 7 " )
11+ params = Map (" swap-size-gb" -> " 5 " )
1212 ) +: wj.steps
1313 )
1414 )
@@ -19,10 +19,6 @@ ThisBuild / githubWorkflowJavaVersions := Seq(javaDistro)
1919
2020ThisBuild / githubWorkflowSbtCommand := " ./sbt"
2121
22- ThisBuild / githubWorkflowBuildMatrixExclusions ++= Seq (
23- MatrixExclude (Map (" scala" -> scala3)) // TODO
24- )
25-
2622val tzdbVersion = " 2019c"
2723val scalajavaLocalesVersion = " 1.5.4"
2824Global / onChangedBuildSource := ReloadOnSourceChanges
You can’t perform that action at this time.
0 commit comments