Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
os: [
ubuntu-latest,
macos-15,
macos-15-intel, # Intel macOS runner
macos-14, # macOS arm runner
windows-latest,
ubuntu-24.04-arm
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
matrix:
os: [
ubuntu-latest,
macos-15,
macos-14,
macos-15-intel, # Intel macOS runner
macos-14, # macOS arm runner
windows-latest,
ubuntu-24.04-arm
]
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/generate-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
target: linux
- os: ubuntu-24.04-arm
target: linux-arm
- os: macos-15
- os: macos-15-intel # Intel macOS runner
target: macos-intel
- os: macos-14 # macOS arm runner
target: macos-arm
Expand Down Expand Up @@ -64,5 +64,8 @@ jobs:
body: |
Automated regeneration of the per-platform prebuilt bundled bindings
(`src/bindings/<target>.rs`) via the `generate-bindings` workflow.
base: main
branch: update-bundled-bindings
delete-branch: true
# Only commit the bindings, never the downloaded artifacts/ directory.
add-paths: src/bindings/*.rs
Loading
Loading