Skip to content

Commit 66887aa

Browse files
authored
Merge pull request #290 from droibit/feature/update_workflows
CI: Update macOS runner version to 26 for build jobs
2 parents 875b8f9 + 6be18ec commit 66887aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/app_facing_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ on:
1515
- '.github/workflows/app_facing_package.yml'
1616
- '!**.md'
1717
env:
18-
DEVELOPER_DIR: /Applications/Xcode_16.4.app
18+
DEVELOPER_DIR: /Applications/Xcode_26.2.app
1919

2020
jobs:
2121
build:
22-
runs-on: macos-15
22+
runs-on: macos-26
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Setup JDK

.github/workflows/ios_implementation_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ on:
1515
- '.github/workflows/ios_implementation_package.yml'
1616
- '!**.md'
1717
env:
18-
DEVELOPER_DIR: /Applications/Xcode_16.4.app
18+
DEVELOPER_DIR: /Applications/Xcode_26.2.app
1919

2020
jobs:
2121
build:
22-
runs-on: macos-15
22+
runs-on: macos-26
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: subosito/flutter-action@v2
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: ./flutter_custom_tabs_ios/example
5252

5353
spm-integration:
54-
runs-on: macos-15
54+
runs-on: macos-26
5555
steps:
5656
- uses: actions/checkout@v4
5757
- uses: subosito/flutter-action@v2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TEST_SCHEME := Runner
22
TEST_PROJECT := ios/Runner.xcworkspace
33
TEST_SDK := iphonesimulator
4-
TESET_DESTINATION := 'platform=iOS Simulator,OS=latest,name=iPhone 16'
4+
TEST_DESTINATION := 'platform=iOS Simulator,OS=latest,name=iPhone 17'
55

66
.PHONY: test
77
test:
@@ -11,6 +11,6 @@ test:
1111
-configuration Debug \
1212
-scheme $(TEST_SCHEME) \
1313
-sdk $(TEST_SDK) \
14-
-destination $(TESET_DESTINATION) \
14+
-destination $(TEST_DESTINATION) \
1515
CODE_SIGNING_ALLOWED='NO' \
1616
| xcbeautify

0 commit comments

Comments
 (0)