Skip to content

Commit

Permalink
ci: fix macos casing in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Jan 16, 2020
1 parent f069863 commit a3c23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Environment Information
Expand Down

0 comments on commit a3c23fa

Please sign in to comment.