From 753b80a5953678b5d99ec8a0ac2920409384f1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Fri, 17 Jan 2025 10:12:41 +0100 Subject: [PATCH] chore(ci): use ubuntu 22.04 to run security checks Sagemath is not available as a package on Ubuntu 24.04. --- .github/actionlint.yaml | 1 + .github/workflows/parameters_check.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 7869565967..7a9086cb04 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -5,6 +5,7 @@ self-hosted-runner: - 4090-desktop - large_windows_16_latest - large_ubuntu_16 + - large_ubuntu_16-22.04 # Configuration variables in array of strings defined in your repository or # organization. `null` means disabling configuration variables check. # Empty array means no configuration variable is allowed. diff --git a/.github/workflows/parameters_check.yml b/.github/workflows/parameters_check.yml index ba368fe6bf..3f4d825788 100644 --- a/.github/workflows/parameters_check.yml +++ b/.github/workflows/parameters_check.yml @@ -14,7 +14,7 @@ on: jobs: params-curves-security-check: - runs-on: large_ubuntu_16 + runs-on: large_ubuntu_16-22.04 steps: - name: Checkout tfhe-rs uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683