mirror of https://github.com/flysand7/ciabatta.git
Github CI downgrade ubuntu version
This commit is contained in:
parent
f08633efff
commit
544948fbf5
|
@ -11,7 +11,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Cache LLVM and Clang
|
- name: Cache LLVM and Clang
|
||||||
|
|
Loading…
Reference in New Issue