This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new b6051e6f Fix runner os name (#737)
b6051e6f is described below
commit b6051e6fedaab3fb9b174fac81f662a4846a554f
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Aug 22 23:05:07 2026 -0400
Fix runner os name (#737)
---
.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