diff options
-rw-r--r-- | .github/workflows/openwrt-ci-master.yml | 2 | ||||
-rw-r--r-- | .github/workflows/openwrt-ci-pull-request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openwrt-ci-master.yml b/.github/workflows/openwrt-ci-master.yml index 49385b4..432c80f 100644 --- a/.github/workflows/openwrt-ci-master.yml +++ b/.github/workflows/openwrt-ci-master.yml @@ -38,7 +38,7 @@ jobs: matrix: sdk_platform: - ath79-generic - - imx6-generic + - imx-cortexa9 - malta-be - mvebu-cortexa53 diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml index 483f083..53e923f 100644 --- a/.github/workflows/openwrt-ci-pull-request.yml +++ b/.github/workflows/openwrt-ci-pull-request.yml @@ -42,7 +42,7 @@ jobs: matrix: sdk_platform: - ath79-generic - - imx6-generic + - imx-cortexa9 - malta-be - mvebu-cortexa53 |