This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/579-automatic-dependency-deduction
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/579-automatic-dependency-deduction by this push:
new 09edc8a7 Use macOS-11 for build-brew.
09edc8a7 is described below
commit 09edc8a7583f8a297b4ed2e2bb0e321af65279c0
Author: PengZheng <[email protected]>
AuthorDate: Sat Jul 15 00:01:55 2023 +0800
Use macOS-11 for build-brew.
---
.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 ed31d944..263f8e61 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -49,7 +49,7 @@ jobs:
conan create -pr:b default -pr:h default -tf
examples/conan_test_package -tbf test-build -o celix:build_all=True -o
celix:celix_cxx17=True -o celix:celix_install_deprecated_api=True
--require-override=libcurl/7.64.1 --require-override=openssl/1.1.1s .
build-brew:
- runs-on: macOS-latest
+ runs-on: macOS-11
timeout-minutes: 120
steps:
- name: Checkout source code