From d5ca2ec7639b0669433f9b675c08773d0fb11fea Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Tue, 14 Jan 2025 12:02:32 -0700 Subject: [PATCH] Pin ubuntu to 22.04 For stability through to the end of the project. latest doesn't have ImageMagick. --- .github/workflows/push.yml | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7ed4ad625..a0b6ca56b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a4d53a7..cf7efbc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ New entries in this file should aim to provide a meaningful amount of informatio ## [Unreleased] +### Changed +* Pin ubuntu to 22.04 for stability through the end of the project [#3676](https://github.com/ualbertalib/jupiter/issues/3676) + ## 2.10.1 - 2024-10-30 ### Added