Skip to content

Commit

Permalink
ci: Use lowercase OS names to match API (#710)
Browse files Browse the repository at this point in the history
* Change the 'matrix.os' parameter names to be all lowercase, following a change in the API
  • Loading branch information
matthewfeickert authored Dec 28, 2019
1 parent 3fca429 commit 29c7e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macos-latest]
python-version: [2.7, 3.6, 3.7]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.7]

steps:
Expand Down

0 comments on commit 29c7e72

Please sign in to comment.