Skip to content

Commit a297d47

Browse files
authored
Merge branch 'master' into implicit_solve
2 parents 53c0406 + 21e028b commit a297d47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+460
-227
lines changed

.github/workflows/CI_BracketingNonlinearSolve.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (BracketingNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/BracketingNonlinearSolve/**"
97
- ".github/workflows/CI_BracketingNonlinearSolve.yml"
@@ -31,7 +29,6 @@ jobs:
3129
os:
3230
- ubuntu-latest
3331
- macos-latest
34-
- windows-latest
3532
steps:
3633
- uses: actions/checkout@v4
3734
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "src/**"
97
- "ext/**"
@@ -37,13 +35,13 @@ jobs:
3735
- core
3836
- downstream
3937
- wrappers
38+
- misc
4039
version:
4140
- "1.10"
4241
- "1"
4342
os:
4443
- ubuntu-latest
4544
- macos-latest
46-
- windows-latest
4745
steps:
4846
- uses: actions/checkout@v4
4947
- uses: julia-actions/setup-julia@v2
@@ -95,6 +93,7 @@ jobs:
9593
- core
9694
- downstream
9795
- wrappers
96+
- misc
9897
steps:
9998
- uses: actions/checkout@v4
10099
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_NonlinearSolveBase.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveBase)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveBase/**"
97
- ".github/workflows/CI_NonlinearSolveBase.yml"
@@ -30,7 +28,6 @@ jobs:
3028
os:
3129
- ubuntu-latest
3230
- macos-latest
33-
- windows-latest
3431
steps:
3532
- uses: actions/checkout@v4
3633
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_NonlinearSolveFirstOrder.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveFirstOrder)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveFirstOrder/**"
97
- ".github/workflows/CI_NonlinearSolveFirstOrder.yml"
@@ -31,7 +29,6 @@ jobs:
3129
os:
3230
- ubuntu-latest
3331
- macos-latest
34-
- windows-latest
3532
steps:
3633
- uses: actions/checkout@v4
3734
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_NonlinearSolveHomotopyContinuation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveHomotopyContinuation)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveHomotopyContinuation/**"
97
- ".github/workflows/CI_NonlinearSolveHomotopyContinuation.yml"
@@ -30,7 +28,6 @@ jobs:
3028
os:
3129
- ubuntu-latest
3230
- macos-latest
33-
- windows-latest
3431
steps:
3532
- uses: actions/checkout@v4
3633
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_NonlinearSolveQuasiNewton.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveQuasiNewton)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveQuasiNewton/**"
97
- ".github/workflows/CI_NonlinearSolveQuasiNewton.yml"
@@ -31,7 +29,6 @@ jobs:
3129
os:
3230
- ubuntu-latest
3331
- macos-latest
34-
- windows-latest
3532
steps:
3633
- uses: actions/checkout@v4
3734
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_NonlinearSolveSpectralMethods.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveSpectralMethods)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveSpectralMethods/**"
97
- ".github/workflows/CI_NonlinearSolveSpectralMethods.yml"
@@ -31,7 +29,6 @@ jobs:
3129
os:
3230
- ubuntu-latest
3331
- macos-latest
34-
- windows-latest
3532
steps:
3633
- uses: actions/checkout@v4
3734
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_SCCNonlinearSolve.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SCCNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SCCNonlinearSolve/**"
97
- ".github/workflows/CI_SCCNonlinearSolve.yml"
@@ -31,7 +29,6 @@ jobs:
3129
os:
3230
- ubuntu-latest
3331
- macos-latest
34-
- windows-latest
3532
steps:
3633
- uses: actions/checkout@v4
3734
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_SciMLJacobianOperators.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SciMLJacobianOperators)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SciMLJacobianOperators/**"
97
- ".github/workflows/CI_SciMLJacobianOperators.yml"
@@ -29,7 +27,6 @@ jobs:
2927
os:
3028
- ubuntu-latest
3129
- macos-latest
32-
- windows-latest
3330
steps:
3431
- uses: actions/checkout@v4
3532
- uses: julia-actions/setup-julia@v2

.github/workflows/CI_SimpleNonlinearSolve.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SimpleNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SimpleNonlinearSolve/**"
97
- ".github/workflows/CI_SimpleNonlinearSolve.yml"
@@ -32,7 +30,6 @@ jobs:
3230
os:
3331
- ubuntu-latest
3432
- macos-latest
35-
- windows-latest
3633
group:
3734
- core
3835
- adjoint

0 commit comments

Comments
 (0)