Skip to content

Commit dc5083a

Browse files
committed
Use Ubuntu 22.04 on CI
1 parent 2af3303 commit dc5083a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

0 commit comments

Comments
 (0)