Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
target: macos
arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: install apt packages
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
matrix:
arch: [armv6, armv7, aarch64]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: uraimo/run-on-arch-action@v2.8.1
id: build
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: generate changelog
run: ./changelog.sh
- uses: actions/download-artifact@v4
Expand Down
Loading