From 03fde94e974e0c28fc2f016f0cec0d869780961e Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Sun, 26 Jan 2025 19:19:20 -0800 Subject: [PATCH] CI: vertify dependencies from latest ubuntu work --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc4a9724..e25e3a27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -304,8 +304,8 @@ jobs: docker rm oc - ubuntu2204_ootb: - runs-on: ubuntu-22.04 + ubuntu-latest_ootb: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install Octave, Python and SymPy