diff options
Diffstat (limited to '.github/workflows/openwrt-ci-master.yml')
-rw-r--r-- | .github/workflows/openwrt-ci-master.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/openwrt-ci-master.yml b/.github/workflows/openwrt-ci-master.yml index df38774..a342e10 100644 --- a/.github/workflows/openwrt-ci-master.yml +++ b/.github/workflows/openwrt-ci-master.yml @@ -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,10 +44,10 @@ jobs: - ath79-generic - imx-cortexa9 - malta-be - - mvebu-cortexa53 + - mediatek-mt7622 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Out of tree build with OpenWrt ${{ matrix.sdk_platform }} SDK uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.2 |