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