Skip to content

Commit

Permalink
Update macOS runners, pull request filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma authored Feb 20, 2024
1 parent 8a14104 commit 4bbc6b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
release:
types: ['created']
pull_request:
branches: ['build-binaries']
types: [synchronize]

jobs:
Expand All @@ -19,9 +18,9 @@ jobs:
target: aarch64-unknown-linux-gnu
- runner: ubuntu-latest
target: x86_64-unknown-linux-gnu
- runner: macos-latest
- runner: macos-14
target: aarch64-apple-darwin
- runner: macos-latest
- runner: macos-13
target: x86_64-apple-darwin
# - runner: ubuntu-latest
# target: x86_64-pc-windows-gnu
Expand Down

0 comments on commit 4bbc6b7

Please # to comment.