Skip to content

Commit

Permalink
run on correct os
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel authored Mar 27, 2024
1 parent bc26cb9 commit 3575b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- TARGET: aarch64-apple-darwin
OS: macos-arm-latest
name: Create Release ${{ github.event_name == 'pull_request' && '(dry-run)' }}
runs-on: ubuntu-22.04
runs-on: ${{ matrix.OS }}
env:
TARGET: ${{ matrix.TARGET }}
OS: ${{ matrix.OS }}
Expand Down

0 comments on commit 3575b96

Please sign in to comment.