Skip to content

Commit 6891d96

Browse files
committed
set up macos-13 ci job
1 parent ee10f29 commit 6891d96

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,14 @@ jobs:
8484
# Run these with Mill native launcher as a smoketest
8585
include:
8686
- os: ubuntu-24.04-arm
87-
millargs: example.kotlinlib.__.native.server.test
87+
millargs: example.javalib.__.local.server.test
8888
java-version: 17
8989
- os: macos-latest
9090
millargs: example.scalalib.__.native.server.test
9191
java-version: 11
92+
- os: macos-13
93+
millargs: example.kotlinlib.__.native.server.test
94+
java-version: 11
9295
steps:
9396
- uses: actions/checkout@v4
9497
with: { fetch-depth: 1 }
@@ -134,10 +137,6 @@ jobs:
134137
millargs: "contrib.__.test"
135138
install-android-sdk: false
136139

137-
- java-version: 17
138-
millargs: "'example.javalib.__.local.server.test'"
139-
install-android-sdk: false
140-
141140
- java-version: 17
142141
millargs: "'example.android.__.local.server.test'"
143142
install-android-sdk: true

0 commit comments

Comments
 (0)