This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/test-package-failure
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/test-package-failure by
this push:
new 1606b4993 Update to macOS-12.
1606b4993 is described below
commit 1606b4993d3aa090b25312b7c269976786fa9b6f
Author: PengZheng <[email protected]>
AuthorDate: Mon Jun 24 16:25:54 2024 +0800
Update to macOS-12.
---
.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 575cab429..8754f9d1f 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-11
+ runs-on: macOS-12
timeout-minutes: 120
steps:
- name: Checkout source code
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 54872e504..84814a086 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -16,7 +16,7 @@ env:
jobs:
macos-build-conan:
- runs-on: macOS-11
+ runs-on: macOS-12
timeout-minutes: 120
steps:
- name: Checkout source code