Skip to content

Commit

Permalink
Reference OS from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 10, 2024
1 parent 4b0e2e7 commit 3716e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -18,6 +17,8 @@ jobs:
- python-version: "3.8"
os: "windows-latest"

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3716e4c

Please sign in to comment.