Skip to content

Commit 37e0bce

Browse files
committed
Use Swift 6
1 parent 09f8ece commit 37e0bce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/xcframework-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ on:
88
jobs:
99
macos:
1010
name: Build XCFramework
11-
runs-on: macos-latest
11+
runs-on: macos-15
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v4
17+
with:
18+
submodules: recursive
1519
- name: Generate Xcode project
1620
run: swift package --disable-sandbox tuist generate -p Projects/ --no-open
1721
- name: Archive & Create XCFramework
@@ -75,4 +79,4 @@ jobs:
7579
7z a -tzip -mx=9 P256K.xcframework.zip P256K.xcframework
7680
- name: Upload XCFramework
7781
run: |
78-
gh release upload ${{ github.ref_name }} P256K.xcframework.zip
82+
gh release upload ${{ github.ref_name }} P256K.xcframework.zip

0 commit comments

Comments
 (0)