Skip to content

Commit abc06d3

Browse files
authored
Update ci.yml - macOS-15 image (home-assistant#3160)
<!-- Thank you for submitting a Pull Request and helping to improve Home Assistant. Please complete the following sections to help the processing and review of your changes. Please do not delete anything from this template. --> ## Summary <!-- Provide a brief summary of the changes you have made and most importantly what they aim to achieve --> ## Screenshots <!-- If this is a user-facing change not in the frontend, please include screenshots in light and dark mode. --> ## Link to pull request in Documentation repository <!-- Pull requests that add, change or remove functionality must have a corresponding pull request in the Companion App Documentation repository (https://github.com/home-assistant/companion.home-assistant). Please add the number of this pull request after the "#" --> Documentation: home-assistant/companion.home-assistant# ## Any other notes <!-- If there is any other information of note, like if this Pull Request is part of a bigger change, please include it here. -->
1 parent 9892e4b commit abc06d3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
--lint --config .swiftformat .
4444
4545
test:
46-
runs-on: macos-14
46+
runs-on: macos-15
4747
timeout-minutes: 60
4848
steps:
4949
- uses: actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110110
if: |
111111
github.event_name == 'pull_request' &&
112112
github.event.pull_request.head.repo.full_name == 'home-assistant/iOS'
113-
runs-on: macos-14
113+
runs-on: macos-15
114114
timeout-minutes: 60
115115
steps:
116116
- uses: actions/checkout@v4

.github/workflows/distribute.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
build:
19-
runs-on: macos-14
19+
runs-on: macos-15
2020
strategy:
2121
fail-fast: false
2222
matrix:

.github/workflows/download_localized_strings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
update_strings:
14-
runs-on: macos-14
14+
runs-on: macos-15
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ lane :test do
459459
scheme: 'Tests-Unit',
460460
result_bundle: true,
461461
skip_package_dependencies_resolution: true,
462-
destination: 'platform=iOS Simulator,name=iPhone 14,OS=17.0.1'
462+
destination: 'platform=iOS Simulator,name=iPhone 16,OS=18.1'
463463
)
464464
end
465465

0 commit comments

Comments
 (0)