Skip to content

Commit

Permalink
ci(snap): correct arm64 runner OS (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored and sxyazi committed Jan 19, 2025
1 parent cd338d0 commit 7bd7952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-24.04
- os: ubuntu-latest
arch: amd64
- os: ubuntu-24.04
- os: ubuntu-24.04-arm
arch: arm64
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
needs: [build-unix, build-windows, build-musl]
needs: [build-unix, build-windows, build-musl, build-snap]
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -201,7 +201,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
needs: [build-unix, build-windows, build-musl]
needs: [build-unix, build-windows, build-musl, build-snap]
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7bd7952

Please sign in to comment.