From 2738eacce21c2386c645c79dad55bbe7accf4b94 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 22 Feb 2025 12:18:47 +1030 Subject: [PATCH] github workflows choking when installing octve-dev package, try an earlier ubuntu version --- .github/workflows/cmake-sm1000.yml | 2 +- .github/workflows/cmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-sm1000.yml b/.github/workflows/cmake-sm1000.yml index cce1bbe2..ab24b5d2 100644 --- a/.github/workflows/cmake-sm1000.yml +++ b/.github/workflows/cmake-sm1000.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index df02ee22..8550384c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2