Skip to content

Commit 46737a6

Browse files
committed
Use latest macOS for framework release
1 parent 01c1763 commit 46737a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
generate-xcframework:
1818
name: Generate XCFramework
19-
runs-on: macos-12
19+
runs-on: macos-latest
2020
env:
2121
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
2222
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings

0 commit comments

Comments
 (0)