Skip to content

Commit

Permalink
test: try different os
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 1, 2024
1 parent b487cb1 commit b9850a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
workflow_dispatch:

jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
install:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b9850a5

Please sign in to comment.