Skip to content

Commit

Permalink
test: torch-bin no longer available for darwin on nixos 24.05
Browse files Browse the repository at this point in the history
Pytorch 2.3 does not provide macOS x86 binaries
  • Loading branch information
azuwis committed Jul 26, 2024
1 parent 6d71d4c commit 652b3cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ on:
description: Debug OS
required: true
type: choice
options: [ubuntu-latest, macos-13, all]
options: [ubuntu-latest, macos-12, all]
jobs:
transcribe:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-12]
shell: [shell, shell-bin]
exclude: [{os: macos-12, shell: shell-bin}]
runs-on: ${{ matrix.os }}
steps:
- name: Skip debug
Expand Down

0 comments on commit 652b3cf

Please sign in to comment.