Skip to content

Commit 4fee6f8

Browse files
committed
release: Drop macOS Intel support from CLI release pipeline
Remove the macOS Intel (x86_64-apple-darwin) release target from the sce CLI distribution matrix. GitHub's macos-15-intel runner is no longer available, and Apple Silicon is now the dominant macOS target for developer tooling.
1 parent 554eab9 commit 4fee6f8

File tree

13 files changed

+126
-72
lines changed

13 files changed

+126
-72
lines changed

.github/workflows/release-sce-macos-intel.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/release-sce.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,6 @@ jobs:
138138
release_ref: ${{ needs.resolve-release.outputs.tag }}
139139
release_version: ${{ needs.resolve-release.outputs.version }}
140140

141-
build-macos-intel:
142-
needs: resolve-release
143-
if: needs.resolve-release.result == 'success'
144-
uses: ./.github/workflows/release-sce-macos-intel.yml
145-
with:
146-
release_ref: ${{ needs.resolve-release.outputs.tag }}
147-
release_version: ${{ needs.resolve-release.outputs.version }}
148-
149141
build-macos-arm:
150142
needs: resolve-release
151143
if: needs.resolve-release.result == 'success'
@@ -159,13 +151,11 @@ jobs:
159151
- resolve-release
160152
- build-linux
161153
- build-linux-arm
162-
- build-macos-intel
163154
- build-macos-arm
164155
if: |
165156
needs.resolve-release.result == 'success' &&
166157
needs.build-linux.result == 'success' &&
167158
needs.build-linux-arm.result == 'success' &&
168-
needs.build-macos-intel.result == 'success' &&
169159
needs.build-macos-arm.result == 'success'
170160
runs-on: ubuntu-latest
171161
steps:

context/architecture.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/context-map.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

context/glossary.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)