We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab34528 commit fbb76f6Copy full SHA for fbb76f6
.github/workflows/binaries.yml
@@ -13,7 +13,6 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, macos-15-intel, windows-latest]
16
- arch: [x64]
17
runs-on: ${{ matrix.os }}
18
name: Build on ${{ matrix.os }}
19
steps:
@@ -65,7 +64,6 @@ jobs:
65
64
66
67
os: [ubuntu-24.04-arm, macos-latest, windows-11-arm]
68
- arch: [arm64]
69
70
71
0 commit comments