Skip to content

Commit a3ec29f

Browse files
committed
Use macos-15
1 parent d97780a commit a3ec29f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/swiftformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
format:
12-
runs-on: macos-latest
12+
runs-on: macos-15
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: macos-14
11+
runs-on: macos-15
1212
steps:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4

Targets/Lava/WaiterRobotLava.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<key>CFBundleShortVersionString</key>
2727
<string>2.4.1</string>
2828
<key>CFBundleVersion</key>
29-
<string>28998325</string>
29+
<string>28998348</string>
3030
<key>ITSAppUsesNonExemptEncryption</key>
3131
<false/>
3232
<key>NSAppTransportSecurity</key>

fastlane/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ Push a new prod build to TestFlight
6363

6464

6565

66+
### ios sendSlackMessage
67+
68+
```sh
69+
[bundle exec] fastlane ios sendSlackMessage
70+
```
71+
72+
Send a notification to Slack
73+
6674
----
6775

6876
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

0 commit comments

Comments
 (0)