From 189e47edd5b7a7db4d9dbf4520f9a8fd253abc9a Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Wed, 25 Sep 2024 19:26:15 +0800 Subject: [PATCH] docs: Update macOS platform to arm64 (#222) --- .github/workflows/release.yml | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aff6390c1..1811e8fb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: platform: ['ubuntu-20.04-16core-graph-team', 'macos-13-xlarge'] + # Keep the platform list in sync with 'Supported Configurations' in README.md config: ['asserts', 'release'] runs-on: ${{ matrix.platform }} env: diff --git a/README.md b/README.md index f1b4d3454..c079459ef 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ However, scip-ruby can also index `# typed: false` files on a best-effort basis. Like Sorbet, scip-ruby treats files without a `# typed:` sigil as implicitly being `# typed: false`. -Currently, we have gems and binaries available for x86\_64 Linux and x86\_64 macOS (supported on arm64 macOS via Rosetta). +Currently, we have gems and binaries available for x86\_64 Linux and arm64 macOS. + ## Quick Start