Skip to content

Commit ea2d43b

Browse files
authored
test arm image on an arm runner
1 parent 4dddd3f commit ea2d43b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_autotools_gnu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515
strategy:
1616
matrix:
1717
conf-flag: [ --disable-openmp, --disable-setting-flags, --with-mpi=no, --disable-r8-default]
@@ -20,7 +20,7 @@ jobs:
2020
- conf-flag: --with-mpi=no
2121
input-flag: --enable-test-input=/home/unit_tests_input
2222
container:
23-
image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0
23+
image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0-arm
2424
env:
2525
TEST_VERBOSE: 1
2626
DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}"

0 commit comments

Comments
 (0)