Skip to content

Commit

Permalink
Add multi-OS matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Sep 2, 2024
1 parent 700bae2 commit 23cb746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Webkit + GTK bindings
Expand Down

0 comments on commit 23cb746

Please sign in to comment.