From 7d7ea59d70bb109edacf663e0a67821cc3940432 Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 13 May 2024 15:35:54 -0700 Subject: [PATCH] Revert "Switch one build to latest Ubuntu with Python 3.12" GitHub Actions hasn't yet fully deployed Ubuntu 24.04 images. This reverts commit 5a751021d619209c69fcb199da1101f9e162c10b. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5bba3aa..2f03b074 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,8 @@ jobs: flags: '--coverage' tests: RMF build: Debug - - os: ubuntu-24.04 - python-version: 3.12 + - os: ubuntu-latest + python-version: 3.9 install: '' flags: '--coverage' tests: RMF