From 9444b3e5fd1ec470b1e21b6651b7c2fea22d800a Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:32:52 +0200 Subject: [PATCH] Pin ubuntu test runner to 22.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8d5534f00e..fd40de8ca99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: matrix: os: - { prettyname: Windows, fullname: windows-latest } - - { prettyname: Linux, fullname: ubuntu-latest } + - { prettyname: Linux, fullname: ubuntu-22.04 } # newer ubuntu versions don't ship with mono, so we need to pin for now, see https://github.com/actions/runner-images/issues/10636 steps: - name: Checkout uses: actions/checkout@v4