We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2673569 + ab94a9c commit f971cceCopy full SHA for f971cce
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- "x86-mingw32"
16
- "x64-mingw-ucrt"
17
name: cross-compile-windows
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
19
container:
20
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{ matrix.platform }}"
21
steps:
@@ -328,7 +328,7 @@ jobs:
328
exit $LASTEXITCODE
329
330
compile-native-ports:
331
332
name: cross-compile-linux
333
334
- uses: actions/checkout@v4
@@ -371,7 +371,7 @@ jobs:
371
- "3.1"
372
- "3.2"
373
- "3.3"
374
375
376
377
0 commit comments