Skip to content

Commit

Permalink
Merge pull request #1419 from OneSignal/ci/fix_swiftlint
Browse files Browse the repository at this point in the history
[ci] fix `swiftlint` not found by updating the action runner image
  • Loading branch information
nan-li authored Apr 26, 2024
2 parents 2fe6e89 + f543c88 commit 5626c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build and Test using any available iPhone simulator
runs-on: macos-latest
runs-on: macos-latest-large

steps:
- name: Checkout OneSignal-iOS-SDK
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalDevApp/OneSignalDevApp/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ - (IBAction)getTagsButton:(id)sender {
}

- (IBAction)sendTagsButton:(id)sender {
NSLog(@"Sending tags %@", @{@"key1": @"value1", @"key2": @"value2"});
NSLog(@"Adding tags %@", @{@"key1": @"value1", @"key2": @"value2"});
[OneSignal.User addTags:@{@"key1": @"value1", @"key2": @"value2"}];
}

Expand Down

0 comments on commit 5626c7f

Please sign in to comment.