diff options
| author | drowe67 <[email protected]> | 2025-02-22 12:27:10 +1030 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-22 12:27:10 +1030 |
| commit | 96e8a19c2487fd83bd981ce570f257aef42618f9 (patch) | |
| tree | 4e84413861b03609e9c249ee2fde30f1a94742c8 /.github | |
| parent | ff00a6e2489f870abb10117ff5bf4b0a64bf05d4 (diff) | |
| parent | 2738eacce21c2386c645c79dad55bbe7accf4b94 (diff) | |
more search engine friendly \title in doc/codec2.pdf
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-sm1000.yml | 2 | ||||
| -rw-r--r-- | .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 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 |
