Skip to content

Commit f971cce

Browse files
authored
Merge pull request #566 from andyundso/pin-ubuntu-2204
Pin CI to Ubuntu 22.04
2 parents 2673569 + ab94a9c commit f971cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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
@@ -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

0 commit comments

Comments
 (0)