Skip to content

Commit 7ba57dc

Browse files
authored
chore: refresh Mac CI targets (#206)
1 parent 9f2e37c commit 7ba57dc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,17 @@ jobs:
5252
name: test-reports-jvm-${{ matrix.java-version }}
5353
path: '**/build/reports'
5454

55-
# macos-14 build and test for targets: jvm, macosArm64, iosSimulatorArm64, watchosSimulatorArm65, tvosSimulatorArm64
56-
# macos-13 build and test for targets: jvm, macosX64, iosX64, tvosX64, watchosX64
55+
# macOS ARM images build and test for targets: jvm, macosArm64, iosSimulatorArm64, watchosSimulatorArm65, tvosSimulatorArm64
56+
# macos x64 images build and test for targets: jvm, macosX64, iosX64, tvosX64, watchosX64
5757
macos:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
os: [macos-14, macos-13]
61+
os:
62+
- macos-15-large # x64
63+
- macos-15-xlarge # ARM
64+
- macos-14-large # x64
65+
- macos-14-xlarge # ARM
6266
runs-on: ${{ matrix.os }}
6367
steps:
6468
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)