From a7880f243aba9bdceef2b7f31baee17cbf2f0005 Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Sun, 28 Dec 2025 19:52:32 -0600 Subject: [PATCH] use ubuntu 24.04 for nix ci (podman related) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be41a7717..a1155cadc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ concurrency: jobs: nix-gcc-make-odbc-sqlserver: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: command: nix-shell Data/ODBC/mssql.nix --pure --run "build_and_test" nix-gcc-make-odbc-oracle: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4