This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/macos-action-fix
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/macos-action-fix by
this push:
new 26047cc3 Update GitHub action to use macOS 11 to avoid building
everything.
26047cc3 is described below
commit 26047cc35467e9d518239acfc3c1e7b7abf4a003
Author: PengZheng <[email protected]>
AuthorDate: Fri May 5 10:20:41 2023 +0800
Update GitHub action to use macOS 11 to avoid building everything.
---
.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 09935f56..3c7f35b5 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -9,7 +9,7 @@ on:
jobs:
build-conan:
- runs-on: macOS-latest
+ runs-on: macOS-11
timeout-minutes: 120
steps:
- name: Checkout source code