Skip to content

Commit 586d7eb

Browse files
committed
Try selective override of runs-on.
1 parent b3308c7 commit 586d7eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- name: Shared MPMs, all-modules
5151
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
5252
# -------------------------------------------------------------------------
53+
- name: Shared MPMs, all-modules
54+
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
55+
os: ubuntu-22.04-arm64
56+
# -------------------------------------------------------------------------
5357
- name: Event MPM, all-modules, mod_cgid only
5458
config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
5559
# -------------------------------------------------------------------------
@@ -312,7 +316,7 @@ jobs:
312316
APU_CONFIG="--without-crypto"
313317
pkgs: subversion
314318
# -------------------------------------------------------------------------
315-
runs-on: ubuntu-latest
319+
runs-on: ${{ matrix.os == '' && 'ubuntu-latest' || matrix.os }}
316320
timeout-minutes: 30
317321
env:
318322
NOTEST_CFLAGS: ${{ matrix.notest-cflags }}

0 commit comments

Comments
 (0)