Skip to content

Commit

Permalink
windows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent 807e2c6 commit c593003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
name: Windows Actions
on: [push]
jobs:
windows_latest:
runs-on: windows-latest
timeout-minutes: 10
windows:
strategy:
matrix:
python-version: ["3.12"]
runs-on: [windows-2022, windows-2019]
timeout-minutes: 10
python-version: "3.12"

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c593003

Please sign in to comment.