aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/CI_github.yml4
-rw-r--r--README.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/CI_github.yml b/.github/workflows/CI_github.yml
index 245542a..a72cf0d 100644
--- a/.github/workflows/CI_github.yml
+++ b/.github/workflows/CI_github.yml
@@ -5,7 +5,7 @@ on:
branches:
- master
- master-next
- - mickledore
+ - nanbield
pull_request:
jobs:
@@ -19,7 +19,7 @@ jobs:
matrix:
dotnet_version: [7.0.404, 6.0.417]
mono_version: [6.12.0.182]
- branch: [mickledore]
+ branch: [nanbield]
arch: [x86-64, arm, arm64]
env:
name: build-and-test
diff --git a/README.md b/README.md
index 9751ea9..b22ab77 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,9 @@ meta-mono is an OpenEmbedded layer that builds dotNet, the mono runtime and mono
| Branch | Support Status* | Status of Build & Tests |
| ------ | --------------- | ----------------------- |
-| mickledore | April 2023 | [![mickledore](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=mickledore&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
-| langdale | October 2022 | [![langdale](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=langdale&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
+| nanbield | May 2024 | [![mickledore](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=nanbield&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
+| mickledore | EOL | [![mickledore](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=mickledore&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
+| langdale | EOL | [![langdale](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=langdale&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
| kirkstone | Long Term Support (minimum Apr. 2024) | [![master](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=kirkstone&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
| honister | EOL | [![honister](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=honister&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |
| hardknott | EOL | [![hardknott](https://img.shields.io/github/actions/workflow/status/dynamicdevices/meta-mono/CI_github.yml?branch=hardknott&label=build%20%26%20test)](https://github.com/DynamicDevices/meta-mono/actions/workflows/CI_github.yml) |