We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6fff9 commit 5a76da6Copy full SHA for 5a76da6
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,8 @@ jobs:
30
needs: generate-stubs
31
strategy:
32
matrix:
33
- target: [x86_64, aarch64]
+ # TODO: add aarch64 when we are ready to address long build times
34
+ target: [x86_64]
35
steps:
36
- uses: actions/checkout@v4
37
with:
@@ -78,8 +79,8 @@ jobs:
78
79
include:
80
- runner: macos-14
81
target: aarch64
- - runner: macos-13
82
- target: x86_64
+ # TODO: lets add this build when we have a moment
83
+ # - runner: macos-15-intel
84
85
86
0 commit comments