File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- runs-on : macos-11
9
+ runs-on : macos-13
10
10
env :
11
11
QS_BUILD_ONLY : 1
12
12
QS_SOURCE_ROOT : " /tmp/git/quicksilver"
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
sign :
111
111
needs : build
112
- runs-on : macos-11
112
+ runs-on : macos-13
113
113
env :
114
114
MACOS_CERTIFICATE : ${{ secrets.MACOS_CERTIFICATE }}
115
115
MACOS_CERTIFICATE_PASSWORD : ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ - (BOOL)tableView:(NSTableView*)tableView acceptDrop:(id <NSDraggingInfo>)info r
288
288
[self tableView: tableView didDepositRow: _moveRow at: MAX (row,0 )];
289
289
}
290
290
// id source=[info draggingSource];
291
- [[QSLibrarian sharedInstance ]saveShelf:@" General" ];
291
+ [[QSLibrarian sharedInstance ] saveShelf: @" General" ];
292
292
[tableView reloadData ];
293
293
return YES ;
294
294
}
You can’t perform that action at this time.
0 commit comments