This is an automated email from the ASF dual-hosted git repository.

rm5248 pushed a commit to branch fix-github-runner-label
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 97df4282616a73204b3676e21745e4a570c06d7f
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Aug 22 09:11:45 2026 -0400

    Fix runner being used
---
 .github/workflows/log4cxx-ubuntu.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/log4cxx-ubuntu.yml 
b/.github/workflows/log4cxx-ubuntu.yml
index 91234878..257688ff 100644
--- a/.github/workflows/log4cxx-ubuntu.yml
+++ b/.github/workflows/log4cxx-ubuntu.yml
@@ -26,7 +26,7 @@ jobs:
         name: [ubuntu24-gcc, ubuntu24-clang, ubuntu26-gcc, ubuntu26-clang]
         include:
           - name: ubuntu24-gcc
-            os: ubuntu24.04
+            os: ubuntu-24.04
             cxx: g++
             fmt: OFF
             qt: ON
@@ -39,7 +39,7 @@ jobs:
             logchar: utf-8
             next_abi: OFF
           - name: ubuntu24-clang
-            os: ubuntu24.04
+            os: ubuntu-24.04
             cxx: clang++
             fmt: OFF
             qt: OFF

Reply via email to