From 9b7659385dbd98821541649ff6e082cb6493b3fc Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Thu, 16 May 2024 14:11:19 +0200 Subject: [PATCH] fix linux tests --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c5e018d1a..95892a13a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,7 +344,8 @@ jobs: fail-fast: true matrix: os: - - ubuntu-latest + # linux target which supports all python versions we want to install for + - ubuntu-20.04 # latest available X86_64 target - macos-12 # latest is ARM