Skip to content

Commit

Permalink
Remove MacOS from CI
Browse files Browse the repository at this point in the history
Because we no longer release binaries for x86-64_MacOS
  • Loading branch information
Peiyang-Song committed Mar 26, 2024
1 parent 2c60e84 commit b983b89
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout project
Expand All @@ -35,10 +32,7 @@ jobs:
run: ~/.elan/bin/lake build LeanCopilotTests
test_external:
needs: build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ubuntu-latest
name: Test external
steps:
- name: Set up elan
Expand Down

0 comments on commit b983b89

Please sign in to comment.