Skip to content

Commit

Permalink
Run test suite on newer version of macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkz committed Oct 11, 2020
1 parent 1df2fd5 commit 107c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-10.14, ubuntu-18.04]
os: [macOS-10.15, ubuntu-18.04]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 107c7f8

Please sign in to comment.