Skip to content

Commit

Permalink
runs-on multiple OS
Browse files Browse the repository at this point in the history
Signed-off-by: mrizzi <[email protected]>
  • Loading branch information
mrizzi committed Oct 31, 2024
1 parent 736f775 commit f13dd22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ env:
jobs:

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

strategy:
matrix:
os: [ ubuntu-latest, macos-13, macos-latest ]

steps:
- name: Maximize build space
Expand Down

0 comments on commit f13dd22

Please sign in to comment.