Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Apr 1, 2022
1 parent a5fc59d commit 1b5149a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
matrix:
include:
- name: ubuntu
runs-on: ubuntu-latest
runs_on: ubuntu-latest
- name: macos
runs-on: macos-latest
runs_on: macos-latest
- name: windows
runs-on: windows-latest
runs_on: windows-latest
runs-on: ${{ matrix.runs_on }}

steps:
Expand Down

0 comments on commit 1b5149a

Please sign in to comment.