Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed May 27, 2024
1 parent 19cb8cf commit 4df40a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Unit Tests
on:
pull_request:
push:
branches:
- main
Expand Down Expand Up @@ -31,7 +30,7 @@ jobs:
experimental: true
continue-on-error: true
name: unittest / ${{ matrix.toxenv }} / python ${{matrix.python-version}}
runs-on: ubuntu-20.04
runs-on: macos-latest
continue-on-error: ${{ matrix.experimental }}
steps:
- name: "Checkout"
Expand Down

0 comments on commit 4df40a0

Please sign in to comment.