aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2025-02-22 12:27:10 +1030
committerGitHub <[email protected]>2025-02-22 12:27:10 +1030
commit96e8a19c2487fd83bd981ce570f257aef42618f9 (patch)
tree4e84413861b03609e9c249ee2fde30f1a94742c8 /.github/workflows
parentff00a6e2489f870abb10117ff5bf4b0a64bf05d4 (diff)
parent2738eacce21c2386c645c79dad55bbe7accf4b94 (diff)
Merge pull request #63 from drowe67/dr-docHEADmain
more search engine friendly \title in doc/codec2.pdf
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake-sm1000.yml2
-rw-r--r--.github/workflows/cmake.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake-sm1000.yml b/.github/workflows/cmake-sm1000.yml
index cce1bbe..ab24b5d 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 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