Skip to content

Commit

Permalink
Added macos and windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasJowett committed Feb 22, 2024
1 parent 9a07459 commit b17d04d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}

runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit b17d04d

Please sign in to comment.