mirror of
https://github.com/ioquake/ioq3.git
synced 2025-04-22 00:12:25 +00:00
GHA deprecated Ubuntu 16.04 - update to 18.04
This commit is contained in:
parent
77d6cde137
commit
788f29de94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
linux:
|
||||
name: Linux
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Dependencies
|
||||
|
|
Loading…
Reference in a new issue