Skip to content

Commit

Permalink
Add a macOS worker to the CI
Browse files Browse the repository at this point in the history
This is built on #549 but
I've made in a separate PR because I'm not sure if there will be other issues
here and I don't want to block that PR on this (but at the same time, tests
won't pass on Mac without the changes from that PR).

See #513 and #507
  • Loading branch information
asmeurer committed Aug 30, 2023
1 parent f62255c commit b45e08e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
strategy:
matrix:
# cannot run on windows due to needing fake-chroot for conda-docker
# osx takes forever to get a scheduled job
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit b45e08e

Please sign in to comment.