Skip to content

Commit

Permalink
Merge pull request #566 from andyundso/pin-ubuntu-2204
Browse files Browse the repository at this point in the history
Pin CI to Ubuntu 22.04
  • Loading branch information
andyundso authored Oct 22, 2024
2 parents 2673569 + ab94a9c commit f971cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- "x86-mingw32"
- "x64-mingw-ucrt"
name: cross-compile-windows
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: "ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0-mri-${{ matrix.platform }}"
steps:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
exit $LASTEXITCODE
compile-native-ports:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: cross-compile-linux
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f971cce

Please sign in to comment.