diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-11-05 18:04:19 +0900 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-03-05 16:09:35 -0800 |
| commit | 188ff4d4356b1a369e2204e5c45e1d168ffdf631 (patch) | |
| tree | c896c2833529a92a0ac5814303ac2eee28f156cd | |
| parent | 9472548aa1b8b82515602e543ec03872d0b139cb (diff) | |
Name dependency checks job
And run on the latest ubuntu.
| -rw-r--r-- | .github/workflows/check_dependencies.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 10c202c3c1..37b9935146 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -34,9 +34,11 @@ permissions: jobs: update-deps: + name: Dependency checks + strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-latest] fail-fast: true runs-on: ${{ matrix.os }} |
