Skip to content

Commit

Permalink
Fixed runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 23, 2023
1 parent dc97648 commit e6c6b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- main
jobs:
run-pytest-linux:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install CadQuery and pytest
Expand Down

0 comments on commit e6c6b37

Please sign in to comment.