Skip to content

Commit ae75af8

Browse files
committed
Run on macOS 15, with iPhone 16
1 parent bbb78fb commit ae75af8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
run: |
4646
./gradlew -Paws.kotlin.native=false -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
4747
48-
# macos-14 build and test for targets: jvm, macoArm64, iosSimulatorArm64, watchosSimulatorArm65, tvosSimulatorArm64
49-
# macos-13 build and test for targets: jvm, macoX64, iosX64, tvosX64, watchosX64
48+
# macos-15 build and test for targets: jvm, macosArm64, iosSimulatorArm64, watchosSimulatorArm65, tvosSimulatorArm64: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
49+
# macos-15-large build and test for targets: jvm, macosX64, iosX64, tvosX64, watchosX64: https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
5050
macos:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
os: [macos-14, macos-13]
54+
os: [macos-15, macos-15-large]
5555
runs-on: ${{ matrix.os }}
5656
steps:
5757
- name: Checkout sources
@@ -72,8 +72,8 @@ jobs:
7272
/usr/bin/xcrun simctl erase all
7373
killall -9 com.apple.CoreSimulator.CoreSimulatorService
7474
xcrun simctl list devices
75-
./gradlew -PiosSimulatorDevice="iPhone 15 Pro" -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
76-
./gradlew -PiosSimulatorDevice="iPhone 15 Pro" -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
75+
./gradlew -PiosSimulatorDevice="iPhone 16" -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true apiCheck
76+
./gradlew -PiosSimulatorDevice="iPhone 16" -Paws.sdk.kotlin.crt.disableCrossCompile=true -Paws.kotlin.native.disableCrossCompile=true build
7777
7878
- name: Save Test Reports
7979
if: failure()

0 commit comments

Comments
 (0)