Skip to content

Commit

Permalink
Add MacOS to Kani workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
celinval committed Jun 8, 2024
1 parent 6134b8c commit e21d3f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ defaults:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Kani does not support windows.
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout Library
uses: actions/checkout@v4
Expand Down

0 comments on commit e21d3f9

Please sign in to comment.