Skip to content

Commit fbb76f6

Browse files
committed
fix: removed unused arch parameter in matrixed build
1 parent ab34528 commit fbb76f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-15-intel, windows-latest]
16-
arch: [x64]
1716
runs-on: ${{ matrix.os }}
1817
name: Build on ${{ matrix.os }}
1918
steps:
@@ -65,7 +64,6 @@ jobs:
6564
fail-fast: false
6665
matrix:
6766
os: [ubuntu-24.04-arm, macos-latest, windows-11-arm]
68-
arch: [arm64]
6967
runs-on: ${{ matrix.os }}
7068
name: Build on ${{ matrix.os }}
7169
steps:

0 commit comments

Comments
 (0)