mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
use a version of Ubuntu that isnt ancient
This commit is contained in:
parent
85af325722
commit
f86ca6b63d
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -20,10 +20,10 @@ jobs:
|
||||
- os: macos-latest
|
||||
cc: "clang"
|
||||
cxx: "clang++"
|
||||
- os: ubuntu-latest
|
||||
- os: Ubuntu-20.04
|
||||
cc: "clang-9"
|
||||
cxx: "clang++-9"
|
||||
- os: ubuntu-latest
|
||||
- os: Ubuntu-20.04
|
||||
cc: "gcc-10"
|
||||
cxx: "g++-10"
|
||||
- os: windows-latest
|
||||
|
Loading…
Reference in New Issue
Block a user