Update cargo-build-test.yml to use ubuntu-22.04
This commit is contained in:
parent
45b9b33039
commit
0584d07a1f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/cargo-build-test.yml
vendored
4
.github/workflows/cargo-build-test.yml
vendored
|
|
@ -12,12 +12,10 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Deps
|
|
||||||
run: sudo dnf install fontconfig-devel
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue