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