Skip to content

Commit

Permalink
Fix windows build-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed May 24, 2024
1 parent 8ff590a commit e43217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compression-level: 0
build-wheels:
name: ${{ matrix.os == 'macos-x86_64' && 'macos' || matrix.os == 'macos-arm64' && 'macos' || matrix.os }}-${{ matrix.os == 'macos-arm64' && 'arm64' || matrix.arch }}
runs-on: ${{ matrix.os == 'linux' && 'ubuntu' || matrix.os == 'macos-x86_64' && 'macos' || matrix.os == 'macos-arm64' && 'macos' }}-${{ matrix.os == 'macos-x86_64' && '13' || matrix.os == 'macos-x86_64' && '14' || 'latest' }}
runs-on: ${{ matrix.os == 'linux' && 'ubuntu' || matrix.os == 'macos-x86_64' && 'macos' || matrix.os == 'macos-arm64' && 'macos' || matrix.os }}-${{ matrix.os == 'macos-x86_64' && '13' || matrix.os == 'macos-x86_64' && '14' || 'latest' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e43217e

Please sign in to comment.