Skip to content

Commit

Permalink
Update MTK_BPI-r4_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
glassd00r authored May 29, 2024
1 parent cef900b commit a5a74a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MTK_BPI-r4_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
check_commits:
name: Check for new commits
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
new_commits: ${{ steps.check_new_commits.outputs.new_commits }}
latest_commit_sha: ${{ steps.check_new_commits.outputs.latest_commit_sha }}
Expand All @@ -30,7 +30,7 @@ jobs:
name: Build OpenWrt
needs: check_commits
if: needs.check_commits.outputs.new_commits == 'true' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: Create release
needs: [build, check_commits]
if: needs.build.result == 'success'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a5a74a1

Please sign in to comment.