Skip to content

Commit

Permalink
ci: run both macos builds on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel authored Mar 27, 2024
1 parent 72eaecb commit edf5962
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 @@ -19,7 +19,7 @@ jobs:
- TARGET: x86_64-apple-darwin # tested on a mac
OS: macos-14
- TARGET: aarch64-apple-darwin
OS: macos-14-arm
OS: macos-14
name: Create Release ${{ github.event_name == 'pull_request' && '(dry-run)' }}
runs-on: ${{ matrix.OS }}
env:
Expand Down

0 comments on commit edf5962

Please sign in to comment.