Name dependency checks job

And run on the latest ubuntu.
This commit is contained in:
Nobuyoshi Nakada 2024-11-05 18:04:19 +09:00
parent 7e9c5903a8
commit cb1c79e87b
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -27,9 +27,11 @@ permissions:
jobs:
update-deps:
name: Dependency checks
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-latest]
fail-fast: true
runs-on: ${{ matrix.os }}