1313 - " x64-mingw32"
1414 - " x86-mingw32"
1515 - " x64-mingw-ucrt"
16- name : Cross -compile gem
16+ name : cross -compile-windows
1717 runs-on : ubuntu-latest
1818 container :
1919 image : " ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{ matrix.platform }}"
5858 - " 2.7"
5959 - " 3.0"
6060
61- name : Install on Windows (MingW)
61+ name : install-windows-mingw
6262 runs-on : windows-latest
6363 steps :
6464 - uses : actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102102 - " 2.7"
103103 - " 3.0"
104104
105- name : Test on Windows (MingW)
105+ name : test-windows-mingw
106106 runs-on : windows-latest
107107 steps :
108108 - uses : actions/checkout@v4
@@ -178,7 +178,7 @@ jobs:
178178 - " 3.2"
179179 - " 3.3"
180180
181- name : Install on Windows (UCRT)
181+ name : install-windows-ucrt
182182 runs-on : windows-latest
183183 steps :
184184 - uses : actions/checkout@v4
@@ -222,7 +222,7 @@ jobs:
222222 - " 3.1"
223223 - " 3.2"
224224 - " 3.3"
225- name : Test on Windows (UCRT)
225+ name : test-windows-ucrt
226226 runs-on : windows-latest
227227 steps :
228228 - uses : actions/checkout@v4
@@ -298,7 +298,7 @@ jobs:
298298 - " 3.2"
299299 - " 3.3"
300300
301- name : Install on Windows (Native)
301+ name : install-windows-native
302302 runs-on : windows-latest
303303 steps :
304304 - uses : actions/checkout@v4
@@ -325,6 +325,7 @@ jobs:
325325
326326 compile-native-ports :
327327 runs-on : ubuntu-latest
328+ name : cross-compile-linux
328329 steps :
329330 - uses : actions/checkout@v4
330331
@@ -352,6 +353,7 @@ jobs:
352353 test-linux :
353354 needs :
354355 - compile-native-ports
356+ name : test-linux
355357 strategy :
356358 matrix :
357359 mssql-version :
@@ -429,7 +431,7 @@ jobs:
429431 - " 3.2"
430432 - " 3.3"
431433
432- name : Install on Mac OS (M1)
434+ name : install-macos-m1
433435 runs-on : macos-14
434436 steps :
435437 - uses : actions/checkout@v4
0 commit comments