mirror of
https://github.com/ioquake/ioq3.git
synced 2025-04-22 16:33:55 +00:00
Update CI to Ubuntu 20.04
This commit is contained in:
parent
18f3b6b510
commit
dbdd13e89e
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-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Dependencies
|
||||
|
|
Loading…
Reference in a new issue