Skip to content

Commit

Permalink
chore: less Mac CI
Browse files Browse the repository at this point in the history
Mac runners are a bottleneck, and are mostly there to check the
subprocess interactions and installers. Remove some!
  • Loading branch information
david-christiansen committed Apr 19, 2024
1 parent e8a85b2 commit c809f9b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,19 @@ jobs:
- os: ubuntu-latest
installer: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
- os: macos-latest
# Mac runners are rare and expensive, so spot-check that the
# subprocess support seems OK but be less thorough
include:
- toolchain: "4.7.0"
os: macos-latest
installer: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
- os: macos-latest
- toolchain: "4.7.0"
os: macos-latest
installer: |
brew install elan-init
- toolchain: "4.3.0"
os: macos-latest
installer: |
brew install elan-init
name: Build and test (${{ matrix.platform.os }}, ${{ matrix.platform.installer}}, ${{ matrix.toolchain}})
Expand Down

0 comments on commit c809f9b

Please sign in to comment.