diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-09-21 12:36:50 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-09-21 12:36:50 -0700 |
| commit | 2a97e0af6d42e038d962890a320e262e676d44cb (patch) | |
| tree | 318a62760a5832e29aaa6e016d9a41b18a11d928 /.github/workflows | |
| parent | 4d8dcccbd416ec49bcd681374c90bbe9a11ed5ca (diff) | |
| download | zig-2a97e0af6d42e038d962890a320e262e676d44cb.tar.gz zig-2a97e0af6d42e038d962890a320e262e676d44cb.zip | |
CI: stop testing x86_64-macos
There are two reasons for this:
1. Apple is about to drop support for this target. Zig will keep support
but move it to a lower tier - one that does not require continuous CI
testing. Support for this target will be maintained by the enthusiasm
of contributors but will not block other bug fixes and enhancements.
2. This is our only non-self-hosted action runner. We are migrating away
from GitHub soon at which point this runner will no longer be
available.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd07b9add4..ac8689117e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,15 +50,6 @@ jobs: uses: actions/checkout@v4 - name: Build and Test run: sh ci/aarch64-linux-release.sh - x86_64-macos-release: - runs-on: "macos-13" - env: - ARCH: "x86_64" - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Build and Test - run: ci/x86_64-macos-release.sh aarch64-macos-debug: runs-on: [self-hosted, macOS, aarch64] env: |
