Skip to content

Commit 17d35d5

Browse files
chore: include cargo.lock file
Signed-off-by: Berend Sliedrecht <[email protected]>
1 parent d662210 commit 17d35d5

File tree

3 files changed

+270
-214
lines changed

3 files changed

+270
-214
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345

346346
build-ios-libraries:
347347
name: Build ios Libraries
348-
runs-on: macos-latest
348+
runs-on: macos-15
349349
strategy:
350350
matrix:
351351
architecture:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.vscode
22
target
33
out
4-
Cargo.lock
54
.DS_Store
65
.tmp
76
*.so

0 commit comments

Comments
 (0)