aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2025-02-22 12:18:47 +1030
committerDavid Rowe <[email protected]>2025-02-22 12:18:47 +1030
commit2738eacce21c2386c645c79dad55bbe7accf4b94 (patch)
tree4e84413861b03609e9c249ee2fde30f1a94742c8 /.github/workflows/cmake.yml
parent9dc605e26c14388ebb67244c7400168ed39b3f1c (diff)
github workflows choking when installing octve-dev package, try an earlier ubuntu versiondr-doc
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index df02ee2..8550384 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