Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update the workflows
Browse files Browse the repository at this point in the history
 * use mediatek/mt7622 SDK to have arm64 build test coverage
 * use latest Ubuntu container to stay current
 * use v3 of checkout action to stay current

Signed-off-by: Petr Štetiar <ynezz@true.cz>
ynezz committed May 26, 2023
1 parent c5030ea commit 9edc62a
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openwrt-ci-master.yml
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ env:
jobs:
native_testing:
name: Various native checks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ynezz/gh-actions-openwrt-ci-native@v0.0.2

@@ -35,7 +35,7 @@ jobs:
sdk_build:
name: Build with OpenWrt ${{ matrix.sdk_platform }} SDK (out of tree)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
@@ -44,7 +44,7 @@ jobs:
- ath79-generic
- imx-cortexa9
- malta-be
- mvebu-cortexa53
- mediatek-mt7622

steps:
- uses: actions/checkout@v2
8 changes: 4 additions & 4 deletions .github/workflows/openwrt-ci-pull-request.yml
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@ concurrency:
jobs:
native_testing:
name: Various native checks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ynezz/gh-actions-openwrt-ci-native@v0.0.2
env:
@@ -39,7 +39,7 @@ jobs:
sdk_build:
name: Build with OpenWrt ${{ matrix.sdk_platform }} SDK (out of tree)
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
@@ -48,7 +48,7 @@ jobs:
- ath79-generic
- imx-cortexa9
- malta-be
- mvebu-cortexa53
- mediatek-mt7622

steps:
- uses: actions/checkout@v2

0 comments on commit 9edc62a

Please sign in to comment.