File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
ios :
13
- runs-on : macos-latest
13
+ runs-on : macos-12
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Setup Ruby
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ let package = Package(
17
17
. library( name: " ParseUI " , targets: [ " ParseUI " ] )
18
18
] ,
19
19
dependencies: [
20
- . package ( url: " https://github.com/vazarkevych /Bolts-ObjC.git " , branch : " spm " ) ,
21
- . package ( url: " https://github.com/facebook/facebook-ios-sdk " , from: " 15.1.0 " )
20
+ . package ( url: " https://github.com/parse-community /Bolts-ObjC.git " , from : " 1.10.0 " ) ,
21
+ . package ( url: " https://github.com/facebook/facebook-ios-sdk.git " , from: " 15.1.0 " )
22
22
] ,
23
23
targets: [
24
24
. target(
You can’t perform that action at this time.
0 commit comments