From: Joe Orton Date: Tue, 21 Jan 2025 09:26:02 +0000 (+0000) Subject: CI: Retry arm64 workflow with the correct label this time. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4194a398804dcac37030aa4954e6b95a4b42868;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cc97478b8f..50433612e6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -50,10 +50,9 @@ jobs: - name: Shared MPMs, all-modules config: --enable-mods-shared=reallyall --enable-mpms-shared=all # ------------------------------------------------------------------------- - ### uncomment this when there are enough arm64 runners - # - name: Shared MPMs, all-modules, 64-bit ARM - # config: --enable-mods-shared=reallyall --enable-mpms-shared=all - # os: ubuntu-22.04-arm64 + - name: Shared MPMs, all-modules, 64-bit ARM + config: --enable-mods-shared=reallyall --enable-mpms-shared=all + os: ubuntu-24.04-arm # ------------------------------------------------------------------------- - name: Event MPM, all-modules, mod_cgid only config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi