Skip to content

Commit 8963a3d

Browse files
committed
Fix workflow
1 parent 5ee3df8 commit 8963a3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,23 +140,23 @@ jobs:
140140
141141
test_binaries:
142142
name: Test Binaries
143-
needs: [build_linux, build_macos_arm64, build_windows]
143+
needs: [build_linux, build_macos, build_windows]
144144
strategy:
145145
fail-fast: false
146146
matrix:
147-
os: [macos-latest, windows-latest, [self-hosted, linux, arm64, bookworm_desktop], [self-hosted, linux, arm64, trixie_desktop]]
147+
os: [macos-latest, macos-13, windows-latest, [self-hosted, linux, arm64, bookworm_desktop], [self-hosted, linux, arm64, trixie_desktop]]
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- name: Download build (Windows)
151151
if: ${{ runner.os == 'Windows' }}
152152
uses: actions/download-artifact@v5
153153
with:
154154
name: tools-win-${{ runner.arch }}
155-
- name: Download build (MacOS Arm64)
155+
- name: Download build (MacOS)
156156
if: ${{ runner.os == 'macOS' }}
157157
uses: actions/download-artifact@v5
158158
with:
159-
name: tools-mac-${{ runner.arch }}
159+
name: tools-mac-universal
160160
- name: Download build (Linux)
161161
if: ${{ runner.os == 'Linux' }}
162162
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)