Skip to content

Commit

Permalink
CI: 2 separate runs, not one runner that is both windows and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 1, 2024
1 parent aa330e9 commit 62dfed1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ on:

jobs:
build:
runs-on: [windows-latest, ubuntu-latest]

strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 62dfed1

Please sign in to comment.