From 690148078eedcfe34e5711a7601aca18176c0ba1 Mon Sep 17 00:00:00 2001 From: Adrian RC Date: Wed, 16 Apr 2025 18:11:06 +0000 Subject: [PATCH] Update Ubuntu version used to run data-server-related workflows --- .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 57bb9cd3da..c509b97d2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,11 +146,11 @@ jobs: fail-fast: false matrix: mode: ['native'] - platform: ['ubuntu-20.04', 'macos-13'] + platform: ['ubuntu-22.04', 'macos-13'] rust_version: ['1.65.0'] include: - mode: 'universal' - platform: 'ubuntu-20.04' + platform: 'ubuntu-22.04' rust_version: '1.65.0' steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0