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

pengzheng pushed a commit to branch hotfix/797-macos-fix
in repository https://gitbox.apache.org/repos/asf/celix.git

commit fe13caf632b9455bbc2c9cecd080a2b3a7d926c8
Author: PengZheng <[email protected]>
AuthorDate: Sat Aug 9 15:16:41 2025 +0800

    #797 workaround: Update macOS build configuration to use macOS 14
---
 .github/workflows/macos.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e0040b5e0..3ae2a876a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -70,7 +70,7 @@ jobs:
           source deactivate_conanrun.sh
 
   macos-build-brew:
-    runs-on: macOS-latest
+    runs-on: macOS-14
     timeout-minutes: 120
     steps:
       - name: Checkout source code

Reply via email to