From f8ddb7ab8d0e43b76927b5ac44d87e0d08249a83 Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Wed, 10 Apr 2024 14:58:44 +0200 Subject: [PATCH] Pin ubuntu env to fix tests Issue: PTFE-1367 --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 23d50b9..31ee256 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -49,7 +49,7 @@ jobs: test: needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4