Skip to content

Commit 7ccdd47

Browse files
committed
260204.213507.CET update test_armflang to use the latest open-source Arm Toochain for Linux
1 parent 9d47853 commit 7ccdd47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/scripts

.github/workflows/test_armflang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-22.04-arm] # As of February 2026, Arm Fortran compiler only supports Ubuntu 22.04
30+
os: [ubuntu-22.04-arm, ubuntu-24.04-arm]
3131
solver: [newuoa, cobyla, lincoa, bobyqa, uobyqa]
3232
fflags: [-O1, -O2, -O3, -g, -fast]
3333
testdim: [small, big]
@@ -65,8 +65,8 @@ jobs:
6565
- name: Miscellaneous setup
6666
run: bash .github/scripts/misc_setup
6767

68-
- name: Install Arm Fortran compiler
69-
run: bash .github/scripts/install_armflang
68+
- name: Install Arm Toolchain for Linux
69+
run: bash .github/scripts/install_atfl
7070

7171
- name: Revise bobyqa/trustregion.f90 to see why `xbdi(trueloc(xopt >= su .and. gopt <= 0)) = 1` leads to a SIGFPE
7272
shell: bash

0 commit comments

Comments
 (0)