Skip to content

Commit

Permalink
Try testing on more operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Jan 18, 2024
1 parent 58392b7 commit 2f8da5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
Test:
strategy:
matrix:
os: [macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Install Pulsar
run: brew install pulsar
uses: pulsar-edit/action-pulsar-dependency@v3

- name: Install dependencies
run: ppm install
Expand Down

0 comments on commit 2f8da5d

Please sign in to comment.