From 9d58dee4c994ec14d57aeee5541bf410603c9b45 Mon Sep 17 00:00:00 2001 From: AntoineGautier Date: Tue, 16 Apr 2024 11:59:35 +0200 Subject: [PATCH] Change Ubuntu version --- .github/workflows/cmake.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f008812..337d911 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-20.04, windows-latest, macos-latest] python-version: ['3.8', '3.9'] steps: diff --git a/README.md b/README.md index aa489fc..41f57e6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ By convention, the error is `max(0, y - y_up) - min(0, y - y_low)` and hence it The software is tested on the following platforms. - * Linux x64 (Ubuntu 22.04) + * Linux x64 (Ubuntu 20.04) * Windows x64 (Windows Server 2022) * macOS x64 and arm64 (macOS 12)