Skip to content

Commit 1e44e86

Browse files
committed
250902.152341.CST revert the changes to workflow files by Commit 6986c10
1 parent 3cd45a5 commit 1e44e86

25 files changed

+25
-25
lines changed

.github/workflows/profile_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu-latest]
29-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
29+
matlab: [latest]
3030
dim: [all]
3131
solver: [cobylal, cobylan, uobyqa, newuoa, bobyqa, lincoa] # prima is too expensive
3232
competitor: [classical, archiva, norma]

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [all]
3232
solver: [cobylal, cobylan, uobyqa, newuoa, bobyqa, lincoa] # prima is too expensive
3333
competitor: [classical, archiva, norma]

.github/workflows/profile_bobyqa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [small]
3232
solver: [bobyqa]
3333
competitor: [classical, archiva, norma]

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest]
31-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
31+
matlab: [latest]
3232
dim: [small]
3333
solver: [bobyqa]
3434
precision: [single, quadruple]

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [small]
3232
solver: [cobylal, cobylan]
3333
competitor: [classical, archiva, norma]

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [small]
3232
solver: [cobylal, cobylan]
3333
precision: [single, quadruple]

.github/workflows/profile_compiler_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [all]
3232
solver: [cobylal, cobylan, uobyqa, newuoa, bobyqa, lincoa] # prima is too expensive
3333
compiler_options: [-O0, -O1, -O2, -O3, -Ofast -fno-stack-arrays, -ffast-math]

.github/workflows/profile_infnan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [small]
3232
solver: [cobylal, cobylan, uobyqa, newuoa, bobyqa, lincoa] # prima is too expensive
3333
compiler_options: [-O0, -O1, -O2, -O3, -Ofast -fno-stack-arrays, -ffast-math]

.github/workflows/profile_integer_kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
ik: [16, 64]
3232
dim: [all]
3333
solver: [cobylal, cobylan, uobyqa, newuoa, bobyqa, lincoa] # prima is too expensive

.github/workflows/profile_intrinsic_linalg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
matlab: [R2022b, R2023a, R2023b, R2024a, R2024b, latest]
30+
matlab: [latest]
3131
dim: [all]
3232
solver: [cobylal, cobylan, uobyqa, newuoa, bobyqa, lincoa] # prima is too expensive
3333
competitor: [classical, archiva, norma]

0 commit comments

Comments
 (0)