13
13
- " x64-mingw32"
14
14
- " x86-mingw32"
15
15
- " x64-mingw-ucrt"
16
- name : Cross -compile gem
16
+ name : cross -compile-windows
17
17
runs-on : ubuntu-latest
18
18
container :
19
19
image : " ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{ matrix.platform }}"
58
58
- " 2.7"
59
59
- " 3.0"
60
60
61
- name : Install on Windows (MingW)
61
+ name : install-windows-mingw
62
62
runs-on : windows-latest
63
63
steps :
64
64
- uses : actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102
102
- " 2.7"
103
103
- " 3.0"
104
104
105
- name : Test on Windows (MingW)
105
+ name : test-windows-mingw
106
106
runs-on : windows-latest
107
107
steps :
108
108
- uses : actions/checkout@v4
@@ -178,7 +178,7 @@ jobs:
178
178
- " 3.2"
179
179
- " 3.3"
180
180
181
- name : Install on Windows (UCRT)
181
+ name : install-windows-ucrt
182
182
runs-on : windows-latest
183
183
steps :
184
184
- uses : actions/checkout@v4
@@ -222,7 +222,7 @@ jobs:
222
222
- " 3.1"
223
223
- " 3.2"
224
224
- " 3.3"
225
- name : Test on Windows (UCRT)
225
+ name : test-windows-ucrt
226
226
runs-on : windows-latest
227
227
steps :
228
228
- uses : actions/checkout@v4
@@ -298,7 +298,7 @@ jobs:
298
298
- " 3.2"
299
299
- " 3.3"
300
300
301
- name : Install on Windows (Native)
301
+ name : install-windows-native
302
302
runs-on : windows-latest
303
303
steps :
304
304
- uses : actions/checkout@v4
@@ -325,6 +325,7 @@ jobs:
325
325
326
326
compile-native-ports :
327
327
runs-on : ubuntu-latest
328
+ name : cross-compile-linux
328
329
steps :
329
330
- uses : actions/checkout@v4
330
331
@@ -352,6 +353,7 @@ jobs:
352
353
test-linux :
353
354
needs :
354
355
- compile-native-ports
356
+ name : test-linux
355
357
strategy :
356
358
matrix :
357
359
mssql-version :
@@ -429,7 +431,7 @@ jobs:
429
431
- " 3.2"
430
432
- " 3.3"
431
433
432
- name : Install on Mac OS (M1)
434
+ name : install-macos-m1
433
435
runs-on : macos-14
434
436
steps :
435
437
- uses : actions/checkout@v4
0 commit comments