lower Linux build action to Ubuntu 20.04
This commit is contained in:
parent
f00a790cb5
commit
c6ca59aa72
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user