Skip to content

Commit 67320a2

Browse files
devmotionpkofod
andauthored
Update CI: Test min + LTS and test macOS with native binaries (#1196)
* Update CI: Test min + LTS and test macOS with native binaries * Do not test pre-release versions * Update momentum_gradient_descent.jl --------- Co-authored-by: Patrick Kofod Mogensen <[email protected]>
1 parent de9250c commit 67320a2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,23 @@ on:
66

77
jobs:
88
test:
9-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
9+
name: Julia ${{ matrix.version }} - ${{ matrix.os }}
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
1313
version:
14-
- "1.10"
14+
- "min"
15+
- "lts"
1516
- "1"
16-
- "pre"
1717
os:
1818
- ubuntu-latest
1919
- macOS-latest
2020
- windows-latest
21-
arch:
22-
- x64
2321
steps:
2422
- uses: actions/checkout@v5
2523
- uses: julia-actions/setup-julia@v2
2624
with:
2725
version: ${{ matrix.version }}
28-
arch: ${{ matrix.arch }}
2926
- uses: julia-actions/cache@v2
3027
- uses: julia-actions/julia-buildpkg@v1
3128
- uses: julia-actions/julia-runtest@v1

test/multivariate/solvers/first_order/momentum_gradient_descent.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"Penalty Function I",
99
"Beale",
1010
"Paraboloid Random Matrix",
11+
"Paraboloid Diagonal",
12+
"Powell",
1113
)
1214
run_optim_tests(
1315
MomentumGradientDescent(),

0 commit comments

Comments
 (0)