From ab94a9cccabae3618870054297128678ed78ad1b Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Mon, 21 Oct 2024 21:05:46 +0200 Subject: [PATCH] Pin CI to Ubuntu 22.04 Microsoft SQL Server 2017 will not work on Ubuntu 24.04. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f72503ad..c1de19ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 @@ -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