This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new dc6baf68a9 .github/workflows: run MAC OS builds based on macos-13 image
dc6baf68a9 is described below
commit dc6baf68a9adaf2166b78996637514462e79b064
Author: Petro Karashchenko <[email protected]>
AuthorDate: Sun Jul 2 23:30:58 2023 +0300
.github/workflows: run MAC OS builds based on macos-13 image
Signed-off-by: Petro Karashchenko <[email protected]>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3c8cb591ef..ee295aad21 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -174,7 +174,7 @@ jobs:
macOS:
permissions:
contents: none
- runs-on: macos-12
+ runs-on: macos-13
needs: Fetch-Source
strategy:
matrix: