Skip to content

Commit

Permalink
Pin CI to Ubuntu 22.04
Browse files Browse the repository at this point in the history
Microsoft SQL Server 2017 will not work on Ubuntu 24.04.
  • Loading branch information
andyundso committed Oct 21, 2024
1 parent 2673569 commit ab94a9c
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 ab94a9c

Please sign in to comment.