Skip to content

Commit

Permalink
Put macOS back into PR builds (#1259)
Browse files Browse the repository at this point in the history
Now that we have mac-14 runners the performance and reliability seems
high enough to start including them in PR builds again. This will help
with verifying native code dependencies and build changes that are in
flight.
  • Loading branch information
swernli authored Mar 13, 2024
1 parent a1a0c0d commit 5e968ae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-14]
is_pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
- os: macos-14
is_pr: true

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -114,11 +109,6 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-14]
is_pr:
- ${{ github.event_name == 'pull_request' }}
exclude:
- os: macos-14
is_pr: true

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 5e968ae

Please sign in to comment.