File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 - " x86-mingw32"
1616 - " x64-mingw-ucrt"
1717 name : cross-compile-windows
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-22.04
1919 container :
2020 image : " ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{ matrix.platform }}"
2121 steps :
@@ -328,7 +328,7 @@ jobs:
328328 exit $LASTEXITCODE
329329
330330 compile-native-ports :
331- runs-on : ubuntu-latest
331+ runs-on : ubuntu-22.04
332332 name : cross-compile-linux
333333 steps :
334334 - uses : actions/checkout@v4
@@ -345,10 +345,10 @@ jobs:
345345 uses : actions/cache@v4
346346 with :
347347 path : ports
348- key : native-v2 -${{ hashFiles('**/.ports_versions') }}
348+ key : native-v3 -${{ hashFiles('**/.ports_versions') }}
349349 restore-keys : |
350- native-${{ hashFiles('* */.ports_versions') }}
351- native-v2 -
350+ native-v3- ${{ hashFiles('* */.ports_versions') }}
351+ native-v3 -
352352
353353 - name : Build required libraries
354354 run : |
@@ -371,7 +371,7 @@ jobs:
371371 - " 3.1"
372372 - " 3.2"
373373 - " 3.3"
374- runs-on : ubuntu-latest
374+ runs-on : ubuntu-22.04
375375 steps :
376376 - uses : actions/checkout@v4
377377
@@ -388,7 +388,7 @@ jobs:
388388 uses : actions/cache@v4
389389 with :
390390 path : ports
391- key : native-v2 -${{ hashFiles('**/.ports_versions') }}
391+ key : native-v3 -${{ hashFiles('**/.ports_versions') }}
392392 fail-on-cache-miss : true
393393
394394 - name : Build gem
You can’t perform that action at this time.
0 commit comments