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
commit ad5037240a1df22dd78bd322fb704653923a54a4 Author: PengZheng <[email protected]> AuthorDate: Fri May 5 09:44:39 2023 +0800 Update GitHub action to use latest macOS. --- .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 705d8a1b..09935f56 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
