Skip to content

Commit a4194a3

Browse files
committed
CI: Retry arm64 workflow with the correct label this time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923302 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8138d8a commit a4194a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ jobs:
5050
- name: Shared MPMs, all-modules
5151
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
5252
# -------------------------------------------------------------------------
53-
### uncomment this when there are enough arm64 runners
54-
# - name: Shared MPMs, all-modules, 64-bit ARM
55-
# config: --enable-mods-shared=reallyall --enable-mpms-shared=all
56-
# os: ubuntu-22.04-arm64
53+
- name: Shared MPMs, all-modules, 64-bit ARM
54+
config: --enable-mods-shared=reallyall --enable-mpms-shared=all
55+
os: ubuntu-24.04-arm
5756
# -------------------------------------------------------------------------
5857
- name: Event MPM, all-modules, mod_cgid only
5958
config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi

0 commit comments

Comments
 (0)