@@ -27,15 +27,11 @@ jobs:
2727 strategy :
2828 fail-fast : false
2929 matrix :
30- # os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest]
31- # compiler: [gcc]
32- # version: [13, latest] # Too expensive to test all versions
33- # solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
34- os : [macos-latest]
30+ os : [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest]
3531 compiler : [gcc]
36- version : [latest] # Too expensive to test all versions
37- solver : [cobyla, lincoa, bobyqa]
38- testdim : [small]
32+ version : [13, latest] # Too expensive to test all versions
33+ solver : [newuoa, cobyla, lincoa, bobyqa, uobyqa ]
34+ testdim : [small, big ]
3935
4036 steps :
4137
@@ -151,7 +147,6 @@ jobs:
151147 # may lead to errors due to parallel making. To avoid this, we make gtest_c first.
152148 run : |
153149 IK=i$(( 2**(1 + $(date +%-d) % 3) ))
154- IK=i4
155150 echo "IK=${IK}"
156151 echo "IK=${IK}" >> "$GITHUB_ENV"
157152 # Use $(( )) rather than $(expr ). See https://unix.stackexchange.com/questions/63166/bash-e-exits-when-let-or-expr-evaluates-to-0
@@ -160,7 +155,6 @@ jobs:
160155 FFLAGS=-O$(($(date +%-d) % 5))
161156 FFLAGS=${FFLAGS/O0/g}
162157 FFLAGS=${FFLAGS/O4/fast}
163- FFLAGS=-O3
164158 export FFLAGS
165159 echo "FFLAGS=$FFLAGS"
166160 echo "FFLAGS=$FFLAGS" >> "$GITHUB_ENV"
0 commit comments