Skip to content

Commit 6cbc90c

Browse files
committed
Run on macOS 15
1 parent b26eeff commit 6cbc90c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)