Skip to content

Commit

Permalink
Change github actions to run on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
udifuchs committed Oct 20, 2024
1 parent 1a95a02 commit 5c15872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
tests:
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
# Run on earliest and latest supported python versions.
Expand Down

0 comments on commit 5c15872

Please sign in to comment.