Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAshwell11 committed Aug 31, 2024
1 parent e659bc7 commit ae032d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
shell: bash
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
python-version: ["3.11", "3.12"]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit ae032d6

Please sign in to comment.