Skip to content

Commit

Permalink
Update runner.yml - all 3 OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl authored Oct 14, 2024
1 parent 6ebc4e9 commit d056a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d056a76

Please sign in to comment.