Skip to content

Commit

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

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

0 comments on commit 63fbbc4

Please sign in to comment.