Skip to content

Commit 29c7e72

Browse files
ci: Use lowercase OS names to match API (#710)
* Change the 'matrix.os' parameter names to be all lowercase, following a change in the API
1 parent 3fca429 commit 29c7e72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macOS-latest]
16+
os: [ubuntu-latest, macos-latest]
1717
python-version: [2.7, 3.6, 3.7]
1818

1919
steps:

.github/workflows/release_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macOS-latest]
16+
os: [ubuntu-latest, macos-latest]
1717
python-version: [3.7]
1818

1919
steps:

0 commit comments

Comments
 (0)