diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2023-09-25 17:29:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 17:29:50 +0200 |
| commit | 7d9015e2e159b376cf2ba8332093c9623375557e (patch) | |
| tree | 808be3297a56011a967153c608a329db31c3d669 /.github/workflows/build-binary-packages.yml | |
| parent | 318b710a14e3bcbfb8386e4e357d4ed64b1a0ae1 (diff) | |
| parent | cf1ef40789fc6761e46ecac1215cdb018972f2ae (diff) | |
Merge pull request #161 from anka-213/indent-errors
Indent each line of error messages
Diffstat (limited to '.github/workflows/build-binary-packages.yml')
| -rw-r--r-- | .github/workflows/build-binary-packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-binary-packages.yml b/.github/workflows/build-binary-packages.yml index 493d5e774..d476aa161 100644 --- a/.github/workflows/build-binary-packages.yml +++ b/.github/workflows/build-binary-packages.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: os: - - ubuntu-18.04 - ubuntu-20.04 + - ubuntu-22.04 runs-on: ${{ matrix.os }} |
