Skip to content

Commit

Permalink
Experimental setup for OS strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski committed Jan 23, 2025
1 parent 1eb4b90 commit 7337137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanity-check-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13]
python: ["3.10", "3.12"]
subproject: ${{ fromJson(needs.find-subprojects.outputs.gradio) }}
steps:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
python: ["3.10", "3.12"]
subproject: ${{ fromJson(needs.find-subprojects.outputs.webcam) }}
steps:
Expand All @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
subproject: ${{ fromJson(needs.find-subprojects.outputs.js) }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7337137

Please sign in to comment.