Skip to content

Commit

Permalink
Try to fix workflow file #3
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Dec 17, 2021
1 parent 0147ff1 commit edcf93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
runs-on: {{ matrix.os }}
runs-on: ubuntu-latest #{{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup JDK
Expand Down

0 comments on commit edcf93c

Please sign in to comment.