This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/civetweb_integration
by this push:
new 08f30606 Using the latest macOS for build-conan.
08f30606 is described below
commit 08f306067c5654e09da485ce448a7940d4ce359e
Author: PengZheng <[email protected]>
AuthorDate: Sun Feb 5 15:37:01 2023 +0800
Using the latest macOS for build-conan.
---
.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 25f5c154..a29b7c20 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -9,7 +9,7 @@ on:
jobs:
build-conan:
- runs-on: macos-10.15
+ runs-on: macOS-latest
timeout-minutes: 120
steps:
- name: Checkout source code