Skip to content

Commit

Permalink
Use Ubuntu 22.04 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Oct 16, 2024
1 parent 2af3303 commit dc5083a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 All @@ -345,10 +345,10 @@ jobs:
uses: actions/cache@v4
with:
path: ports
key: native-v2-${{ hashFiles('**/.ports_versions') }}
key: native-v3-${{ hashFiles('**/.ports_versions') }}
restore-keys: |
native-${{ hashFiles('* */.ports_versions') }}
native-v2-
native-v3-${{ hashFiles('* */.ports_versions') }}
native-v3-
- name: Build required libraries
run: |
Expand All @@ -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 All @@ -388,7 +388,7 @@ jobs:
uses: actions/cache@v4
with:
path: ports
key: native-v2-${{ hashFiles('**/.ports_versions') }}
key: native-v3-${{ hashFiles('**/.ports_versions') }}
fail-on-cache-miss: true

- name: Build gem
Expand Down

0 comments on commit dc5083a

Please sign in to comment.