diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-01 07:19:27 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-01 07:19:27 +1100 |
commit | c6ca59aa727c4dc0e7cde969bb1146ec5b129f4b (patch) | |
tree | 38475719d00dc5360b1ad454d2aeb3a05af809e2 | |
parent | f00a790cb58bf87c3b4969d13b701abbcd096d6e (diff) |
lower Linux build action to Ubuntu 20.04
-rw-r--r-- | .github/workflows/build_linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index dbecb23..48302b8 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -14,7 +14,7 @@ on: jobs: build: name: OpenStarbound Linux x86_64 - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Install Packages |