Skip to content

Commit

Permalink
multiple platforms gh
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Apr 27, 2024
1 parent 44fb8b2 commit 5f7fc07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:

testing:

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

strategy:
matrix: # https://github.com/actions/runner-images
os: [ubuntu-latest, windows-latest, macos-latest, macos-13] # last 2 are aarch64 and amd64

steps:

Expand Down

0 comments on commit 5f7fc07

Please sign in to comment.