File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
- " x86-mingw32"
16
16
- " x64-mingw-ucrt"
17
17
name : cross-compile-windows
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
container :
20
20
image : " ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{ matrix.platform }}"
21
21
steps :
@@ -328,7 +328,7 @@ jobs:
328
328
exit $LASTEXITCODE
329
329
330
330
compile-native-ports :
331
- runs-on : ubuntu-latest
331
+ runs-on : ubuntu-22.04
332
332
name : cross-compile-linux
333
333
steps :
334
334
- uses : actions/checkout@v4
@@ -345,10 +345,10 @@ jobs:
345
345
uses : actions/cache@v4
346
346
with :
347
347
path : ports
348
- key : native-v2 -${{ hashFiles('**/.ports_versions') }}
348
+ key : native-v3 -${{ hashFiles('**/.ports_versions') }}
349
349
restore-keys : |
350
- native-${{ hashFiles('* */.ports_versions') }}
351
- native-v2 -
350
+ native-v3- ${{ hashFiles('* */.ports_versions') }}
351
+ native-v3 -
352
352
353
353
- name : Build required libraries
354
354
run : |
@@ -371,7 +371,7 @@ jobs:
371
371
- " 3.1"
372
372
- " 3.2"
373
373
- " 3.3"
374
- runs-on : ubuntu-latest
374
+ runs-on : ubuntu-22.04
375
375
steps :
376
376
- uses : actions/checkout@v4
377
377
@@ -388,7 +388,7 @@ jobs:
388
388
uses : actions/cache@v4
389
389
with :
390
390
path : ports
391
- key : native-v2 -${{ hashFiles('**/.ports_versions') }}
391
+ key : native-v3 -${{ hashFiles('**/.ports_versions') }}
392
392
fail-on-cache-miss : true
393
393
394
394
- name : Build gem
You can’t perform that action at this time.
0 commit comments