diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 19:53:04 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 19:53:04 +1100 |
commit | d232fb77eba0dde28f1c66b343168ee5eaa5c09c (patch) | |
tree | dbd6b1e78a2cbe91b3466685f0810271ba03197b /.github | |
parent | 64df8908642c8d51ad86cf3ec425253502d60bea (diff) |
attempt to fix systemd clang comp
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8987cd6..d152dce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: build_linux: name: Build OpenStarbound Linux x86_64 - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: ${{ (github.event_name != 'workflow_dispatch') || (inputs.linux == true) }} env: CC: clang |