Skip to content

Commit 5a76da6

Browse files
committed
Comment out aarch64 linux, and intel mac release targets
1 parent eb6fff9 commit 5a76da6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
needs: generate-stubs
3131
strategy:
3232
matrix:
33-
target: [x86_64, aarch64]
33+
# TODO: add aarch64 when we are ready to address long build times
34+
target: [x86_64]
3435
steps:
3536
- uses: actions/checkout@v4
3637
with:
@@ -78,8 +79,8 @@ jobs:
7879
include:
7980
- runner: macos-14
8081
target: aarch64
81-
- runner: macos-13
82-
target: x86_64
82+
# TODO: lets add this build when we have a moment
83+
# - runner: macos-15-intel
8384
steps:
8485
- uses: actions/checkout@v4
8586
with:

0 commit comments

Comments
 (0)