Skip to content

Commit

Permalink
Run all tests on a macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Dec 6, 2024
1 parent 47f206b commit ef47a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Run tests and publish snapshot

on:
push:
branches: [ trunk ]
branches: [ trunk, saket/dec6/run-all-tests-on-macos ]
pull_request:

jobs:
checks:
name: Run tests
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ef47a81

Please sign in to comment.