Skip to content

Commit

Permalink
fix ci some more
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 28, 2024
1 parent c40526b commit 02dbd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
arch:
- x86_64
- aarch64
runs-on: macos-${{ matrix.arch == 'aarch64' && '13' || 'latest' }}
runs-on: macos-${{ matrix.arch == 'x86_64' && '13' || 'latest' }}
env:
WORKSPACE: ${{ github.workspace }}
OUTPUT_DIR: ${{ github.workspace }}/output-macos-${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion packaging/binaries

0 comments on commit 02dbd5f

Please sign in to comment.