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

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

commit 2dc50ad29150ba4d9d02aeab021009c24f231195
Author: PengZheng <[email protected]>
AuthorDate: Wed Dec 4 13:33:15 2024 +0800

    Upgrade macos-build-conan and mac-build to use macOS-13.
---
 .github/workflows/conan_create.yml | 2 +-
 .github/workflows/macos.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/conan_create.yml 
b/.github/workflows/conan_create.yml
index 8754f9d1f..84ea1d014 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -76,7 +76,7 @@ jobs:
           conan remove -c celix/* 
 
   mac-build:
-    runs-on: macOS-12
+    runs-on: macOS-13
     timeout-minutes: 120
     steps:
       - name: Checkout source code
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 84814a086..2e11482dd 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -16,7 +16,7 @@ env:
 jobs:
 
   macos-build-conan:
-    runs-on: macOS-12
+    runs-on: macOS-13
     timeout-minutes: 120
     steps:
       - name: Checkout source code

Reply via email to