Skip to content

Commit

Permalink
Downgrade operating systems in binary builders
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jul 21, 2021
1 parent 1885a80 commit 6f86646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- ubuntu-18.04
- macos-10.15

runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 6f86646

Please sign in to comment.