svn commit: r1926403 - /apr/apr/trunk/.github/workflows/linux.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Fri Jun 13 21:46:04 2025
New Revision: 1926403
URL: http://svn.apache.org/viewvc?rev=1926403&view=rev
Log:
* .github/workflows/linux.yml: Try the different syntax for GHA.
Modified:
apr/apr/trunk/.github/workflows/linux.yml
Modified: apr/apr/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/linux.yml?rev=1926403&r1=1926402&r2=1926403&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/linux.yml (original)
+++ apr/apr/trunk/.github/workflows/linux.yml Fri Jun 13 21:46:04 2025
@@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
- os: [ ubuntu-latest, ubuntu-22.04-arm ]
+ os: [ ubuntu-latest ]
include:
- name: Default
# Check default shm decision logic for Linux:
@@ -23,6 +23,7 @@ jobs:
- name: Default (arm64)
# Check default shm decision logic for Linux:
config-output: APR_USE_SHMEM_MMAP_SHM APR_USE_SHMEM_MMAP_ANON
+ os: ubuntu-22.04-arm
- name: Static
config: --enable-static
- name: Maintainer-mode
@@ -72,7 +73,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
NOTEST_CFLAGS: ${{ matrix.notest-cflags }}
- name: ${{ matrix.name }}
+ name: ${{ matrix.name }} on ${{ matrix.os }}
steps:
- name: Install prerequisites
run: sudo apt-get install libtool libtool-bin ${{ matrix.packages }}