Skip to content

Commit

Permalink
docs: Update macOS platform to arm64 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Sep 25, 2024
1 parent 8271b24 commit 189e47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- Keep list of platforms in sync with .github/workflows/release.yml -->

## Quick Start

Expand Down

0 comments on commit 189e47e

Please sign in to comment.