Update cargo-build-test.yml to use ubuntu-22.04

This commit is contained in:
Llywelwyn 2025-03-09 11:04:32 +00:00 committed by GitHub
parent 45b9b33039
commit 0584d07a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,12 +12,10 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Deps
run: sudo dnf install fontconfig-devel
- name: Build
run: cargo build --verbose
- name: Run tests