From 62ea3d7ce7cb66fb1d5e0c1585b1e17f64e1b656 Mon Sep 17 00:00:00 2001 From: Christian Stolz Date: Thu, 26 Sep 2024 20:22:20 +0200 Subject: [PATCH] Try Ubuntu 22.04 --- .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 6e43fa0..8a0efed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,11 +21,11 @@ jobs: steps: - name: Set up environment for OpenSSL - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-22.04' run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install Rust toolchain uses: actions-rs/toolchain@v1