mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-04 08:20:12 +08:00
Update tests on Ubuntu from 18.04 to 20.04 because github is deprecating 18.04
This commit is contained in:
parent
d27ca0e0c0
commit
c60f1d953c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
build-release-linux-i686-amd64:
|
||||
name: tinycc master linux/amd64
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install depedencies
|
||||
|
Loading…
Reference in New Issue
Block a user