File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,14 @@ jobs:
84
84
# Run these with Mill native launcher as a smoketest
85
85
include :
86
86
- os : ubuntu-24.04-arm
87
- millargs : example.kotlinlib .__.native .server.test
87
+ millargs : example.javalib .__.local .server.test
88
88
java-version : 17
89
89
- os : macos-latest
90
90
millargs : example.scalalib.__.native.server.test
91
91
java-version : 11
92
+ - os : macos-13
93
+ millargs : example.kotlinlib.__.native.server.test
94
+ java-version : 11
92
95
steps :
93
96
- uses : actions/checkout@v4
94
97
with : { fetch-depth: 1 }
@@ -134,10 +137,6 @@ jobs:
134
137
millargs : " contrib.__.test"
135
138
install-android-sdk : false
136
139
137
- - java-version : 17
138
- millargs : " 'example.javalib.__.local.server.test'"
139
- install-android-sdk : false
140
-
141
140
- java-version : 17
142
141
millargs : " 'example.android.__.local.server.test'"
143
142
install-android-sdk : true
You can’t perform that action at this time.
0 commit comments