Skip to content

Commit

Permalink
Download the correct artifact for darwin signing. (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored May 23, 2024
1 parent b473f8e commit 67bfd00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
strategy:
matrix:
# Use macos-13, since it's still intel based.
# When changing to a different macos-version, also update the
# signing job below.
container: [ ubuntu-latest, ubuntu-20.04, macos-13, windows-latest ]

runs-on: ${{ matrix.container }}
Expand Down Expand Up @@ -208,7 +210,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: jag-build-macos-latest
name: jag-build-macos-13
path: build

- name: Setup binary rights
Expand Down

0 comments on commit 67bfd00

Please sign in to comment.